summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/srcclean.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/srcclean.c')
-rw-r--r--src/tools/srcclean.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/srcclean.c b/src/tools/srcclean.c
index e1c3855730c..f0c388b0578 100644
--- a/src/tools/srcclean.c
+++ b/src/tools/srcclean.c
@@ -238,7 +238,7 @@ int main(int argc, char *argv[])
modified[dst++] = 0x0a;
added_newline = 1;
}
-
+
/* if the result == original, skip it */
if (dst != bytes || memcmp(original, modified, bytes))
{