summaryrefslogtreecommitdiffstats
path: root/tools/cpu/nios2/linkcmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpu/nios2/linkcmds.c')
-rw-r--r--tools/cpu/nios2/linkcmds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/cpu/nios2/linkcmds.c b/tools/cpu/nios2/linkcmds.c
index 46e0c05755..28a71cbbc0 100644
--- a/tools/cpu/nios2/linkcmds.c
+++ b/tools/cpu/nios2/linkcmds.c
@@ -112,11 +112,11 @@ void fwrite_linkcmds_file(FILE *file, struct ptf *cfg, struct ptf *cpu, device_d
{
fprintf(file, " %s : ORIGIN = 0x%08X, LENGTH = 0x%08X\n", tmd->dev->cfgname, tmd->base, tmd->size);
}
-
+
fprintf(file, "}\n\n");
ptf_match(cfg, &maliepil, fwrite_value, file);
}
-
+