conf-parser: reindent some strangely indented function headers

This commit is contained in:
Lennart Poettering 2017-11-09 09:26:13 +01:00
parent bcde742e78
commit 78f3c4bca5

View file

@ -559,7 +559,8 @@ int config_parse_iec_size(const char* unit,
return 0;
}
int config_parse_si_size(const char* unit,
int config_parse_si_size(
const char* unit,
const char *filename,
unsigned line,
const char *section,
@ -589,7 +590,8 @@ int config_parse_si_size(const char* unit,
return 0;
}
int config_parse_iec_uint64(const char* unit,
int config_parse_iec_uint64(
const char* unit,
const char *filename,
unsigned line,
const char *section,