style: fix few indentation issues

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2012-07-17 17:55:40 +02:00
parent b3e02ce0ba
commit 6817d234ca
3 changed files with 17 additions and 16 deletions

View file

@ -426,7 +426,7 @@ static void output_long(FILE *restrict f, char const *restrict type,
fprintf(f, " <%s class=ralign>%lu</%s>\n", type, unlong, type);
}
static void output_float(FILE * f, char const *restrict type, float fl)
static void output_float(FILE *f, char const *restrict type, float fl)
{
fprintf(f, " <%s class=ralign>%.3f</%s>\n", type, fl, type);
}