Reindent some things for readability

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-06-28 10:56:28 +02:00
parent 844d5a87c9
commit cae90de3d3
2 changed files with 26 additions and 25 deletions

View file

@ -2597,7 +2597,8 @@ int config_parse_unit_condition_string(
r = unit_full_printf(u, rvalue, &s);
if (r < 0) {
log_syntax(unit, LOG_ERR, filename, line, r, "Failed to resolve unit specifiers in '%s', ignoring: %m", rvalue);
log_syntax(unit, LOG_ERR, filename, line, r,
"Failed to resolve unit specifiers in '%s', ignoring: %m", rvalue);
return 0;
}