projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7df707
)
machinectl: align UID shift status field properly
author
Lennart Poettering
<lennart@poettering.net>
Thu, 5 Oct 2023 20:44:23 +0000
(22:44 +0200)
committer
Luca Boccassi
<luca.boccassi@gmail.com>
Thu, 5 Oct 2023 22:23:52 +0000
(23:23 +0100)
src/machine/machinectl.c
patch
|
blob
|
history
diff --git
a/src/machine/machinectl.c
b/src/machine/machinectl.c
index 7746ecba1a13e954b84dd1fcf0597b8f0b294e2d..9b6a6cebda74fbe1b9d84e211b6aab4da716babf 100644
(file)
--- a/
src/machine/machinectl.c
+++ b/
src/machine/machinectl.c
@@
-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;
}