]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
systemctl: fix indentation of 'Active:' field in status output
authorLennart Poettering <lennart@poettering.net>
Tue, 12 May 2020 20:03:51 +0000 (22:03 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 13 May 2020 06:32:40 +0000 (08:32 +0200)
Somehow two spaces got lost in d9e45bc3abb here, which made the status
output all unaligned. Let's put them back in.

src/systemctl/systemctl.c

index f7472c94b89fce24360ea41008767d9c88e3fe70..51cd0cf9d36cac767f8b8379e4f4032dc8b7e24c 100644 (file)
@@ -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",