1
1
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:
Lennart Poettering 2013-11-06 16:38:08 +01:00
parent 6c8ea34fd9
commit 07d0eaa017

View File

@ -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;