summaryrefslogtreecommitdiffstatshomepage
path: root/src/build/makelist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/makelist.c')
-rw-r--r--src/build/makelist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build/makelist.c b/src/build/makelist.c
index 363d15fdf7a..ee960a074bd 100644
--- a/src/build/makelist.c
+++ b/src/build/makelist.c
@@ -122,7 +122,7 @@ int parse_file(const char *srcfile)
in_import = true;
continue;
}
-
+
// if we hit a C++ comment, scan to the end of line
if (c == '/' && *srcptr == '/')
{
@@ -132,7 +132,7 @@ int parse_file(const char *srcfile)
}
if (in_import) {
- in_import = false;
+ in_import = false;
char filename[256];
filename[0] = 0;
srcptr--;