From 5f5f681b69f255f6b94e54fa73978e5f9644108c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 10 Dec 2009 07:20:06 +0000 Subject: Whitespace removal. --- tools/cpu/nios2/linkcmds.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/cpu/nios2/linkcmds.c') 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); } - + -- cgit v1.2.3