systemctl: fix indentation of cgroup tree

Follow-up for 0d588deae2.

In that commit the output got moved a 2 chars to the right, hence make
sure to also shift the cgroup tree to the right, so that it gets
properly aligned under the cgroup path again.
This commit is contained in:
Lennart Poettering 2019-11-27 14:52:30 +01:00
parent 408c81f624
commit a434236acc
1 changed files with 1 additions and 1 deletions

View File

@ -4576,7 +4576,7 @@ static void print_status_info(
if (i->control_group) {
_cleanup_(sd_bus_error_free) sd_bus_error error = SD_BUS_ERROR_NULL;
static const char prefix[] = " ";
static const char prefix[] = " ";
unsigned c;
printf(" CGroup: %s\n", i->control_group);