]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
machinectl: fix indentation of status output field
authorLennart Poettering <lennart@poettering.net>
Fri, 23 May 2025 13:32:35 +0000 (15:32 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 26 May 2025 16:08:28 +0000 (18:08 +0200)
One field is differently aligned then the others in the "status" output.
Fix that.

src/machine/machinectl.c

index 2411a85050d114dc3dae368eb539fbf63064a2f2..d8dbaa09c53950ef6882a43acce6db420045f9d5 100644 (file)
@@ -484,7 +484,7 @@ static int print_uid_shift(sd_bus *bus, const char *name) {
         if (shift == 0) /* Don't show trivial mappings */
                 return 0;
 
-        printf("  UID Shift: %" PRIu32 "\n", shift);
+        printf("       UID Shift: %" PRIu32 "\n", shift);
         return 0;
 }