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>
}
start = p; // remember start after "c:/" or "/" or "///"
p_end = p + STRLEN(p);
-#ifdef UNIX
+# ifdef UNIX
// Posix says that "//path" is unchanged but "///path" is "/path".
if (start > filename + 2)
{
p_end -= (size_t)(p - (filename + 1));
start = p = filename + 1;
}
-#endif
+# endif
do
{
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1804,
/**/
1803,
/**/