mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-28 17:47:05 +03:00
analyze: fix indentation
This commit is contained in:
parent
6c8ea34fd9
commit
07d0eaa017
@ -950,9 +950,8 @@ static int graph_one_property(sd_bus *bus, const struct unit_info *u, const char
|
||||
assert(color);
|
||||
|
||||
r = bus_get_unit_property_strv(bus, u->unit_path, prop, &units);
|
||||
if (r < 0) {
|
||||
if (r < 0)
|
||||
return -r;
|
||||
}
|
||||
|
||||
STRV_FOREACH(unit, units) {
|
||||
char **p;
|
||||
|
Loading…
x
Reference in New Issue
Block a user