summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/bios2dump.c2
-rw-r--r--TOOLS/mem2dump.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/TOOLS/bios2dump.c b/TOOLS/bios2dump.c
index 52f1c86cd0..cdd74e1460 100644
--- a/TOOLS/bios2dump.c
+++ b/TOOLS/bios2dump.c
@@ -52,4 +52,4 @@ int main( int argc, char *argv[])
fclose(fd_out);
fclose(fd_mem);
return EXIT_SUCCESS;
-} \ No newline at end of file
+}
diff --git a/TOOLS/mem2dump.c b/TOOLS/mem2dump.c
index e5cbce03e3..9a09694803 100644
--- a/TOOLS/mem2dump.c
+++ b/TOOLS/mem2dump.c
@@ -46,4 +46,4 @@ int main( int argc, char *argv[])
fclose(fd_out);
fclose(fd_mem);
return EXIT_SUCCESS;
-} \ No newline at end of file
+}