mirror of
https://github.com/systemd/systemd.git
synced 2025-03-29 06:50:16 +03:00
systemctl: fix indentation of 'Active:' field in status output
Somehow two spaces got lost in d9e45bc3abb here, which made the status output all unaligned. Let's put them back in.
This commit is contained in:
parent
8284f81bf7
commit
266dd55505
@ -4182,7 +4182,7 @@ static void print_status_info(
|
||||
|
||||
ss = streq_ptr(i->active_state, i->sub_state) ? NULL : i->sub_state;
|
||||
if (ss)
|
||||
printf(" Active: %s%s (%s)%s",
|
||||
printf(" Active: %s%s (%s)%s",
|
||||
active_on, strna(i->active_state), ss, active_off);
|
||||
else
|
||||
printf(" Active: %s%s%s",
|
||||
|
Loading…
x
Reference in New Issue
Block a user