mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 00:06:59 +00:00
style: fix few indentation issues
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
b3e02ce0ba
commit
6817d234ca
3 changed files with 17 additions and 16 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue