]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
machinectl: align UID shift status field properly
authorLennart Poettering <lennart@poettering.net>
Thu, 5 Oct 2023 20:44:23 +0000 (22:44 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 5 Oct 2023 22:23:52 +0000 (23:23 +0100)
src/machine/machinectl.c

index 7746ecba1a13e954b84dd1fcf0597b8f0b294e2d..9b6a6cebda74fbe1b9d84e211b6aab4da716babf 100644 (file)
@@ -475,7 +475,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;
 }