From 29e84dff51c9a49ad5795b7b9a7f17373f9844b4 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 5 Mar 2011 18:56:47 +0000 Subject: [PATCH] Remove a few whitespaces to get under the magical string length of 509 (i.e. fix yellow) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29524 a1c6a512-1295-4272-9138-f99709370657 --- tools/convbdf.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tools/convbdf.c b/tools/convbdf.c index 671312e66b..84ee6b26ae 100644 --- a/tools/convbdf.c +++ b/tools/convbdf.c @@ -1387,7 +1387,7 @@ int gen_c_source(struct font* pf, char *path) else sprintf(buf, "0, /* fixed width */"); - fprintf(ofp, "/* Exported structure definition. */\n" + fprintf(ofp, "/* Exported structure definition. */\n" "const struct font sysfont = {\n" " %d, /* maxwidth */\n" " %d, /* height */\n" @@ -1399,16 +1399,16 @@ int gen_c_source(struct font* pf, char *path) " %s /* offset */\n" " %s\n" " %d, /* defaultchar */\n" - " %d, /* bits_size */\n" - " -1, /* font fd */\n" - " 0, /* buffer start */\n" - " 0, /* ^ position */\n" - " 0, /* ^ end */\n" - " 0, /* ^ size */\n" + " %d, /* bits_size */\n" + " -1, /* font fd */\n" + " 0, /* buffer start */\n" + " 0, /* ^ position */\n" + " 0, /* ^ end */\n" + " 0, /* ^ size */\n" " {{0,0,0,0,0},0,0,0}, /* cache */\n" - " 0, /* */\n" - " 0, /* */\n" - " 0, /* */\n" + " 0, /* */\n" + " 0, /* */\n" + " 0, /* */\n" "};\n" "#endif /* HAVE_LCD_BITMAP */\n", pf->maxwidth, pf->height,