summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/build/rtems-bin2c.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/build/rtems-bin2c.c b/tools/build/rtems-bin2c.c
index 8598f10fce..193ee2385b 100644
--- a/tools/build/rtems-bin2c.c
+++ b/tools/build/rtems-bin2c.c
@@ -161,7 +161,7 @@ void process(const char *ifname, const char *ofname)
buf,
buf
);
-
+
/*****************************************************************/
/****** END OF C FILE *****/
/*****************************************************************/
@@ -212,7 +212,7 @@ void process(const char *ifname, const char *ofname)
/*****************************************************************/
/****** END OF H FILE *****/
/*****************************************************************/
-
+
fclose(ifile);
fclose(ocfile);
fclose(ohfile);