mirror of
https://github.com/vim/vim.git
synced 2025-10-18 07:54:29 -04:00
patch 9.1.1804: Wrong indentation of nested ifdefs in findfile.c
Problem: Wrong indentation of nested ifdefs in findfile.c Solution: Update indentation (Ola Söder) closes: #18422 Signed-off-by: Ola Söder <rolfkopman@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
02f8d2ebd5
commit
38b98bd8e6
@@ -729,6 +729,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1804,
|
||||||
/**/
|
/**/
|
||||||
1803,
|
1803,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user