mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-02-25 21:29:54 +07:00
systemctl: minor output fix
This commit is contained in:
parent
b8c597d5d2
commit
4f320e4d73
@ -117,7 +117,7 @@ int main (string[] args) {
|
||||
stdout.printf("%-45s %-6s %-12s", i.id, i.load_state, i.active_state);
|
||||
|
||||
if (i.job_id != 0)
|
||||
stdout.printf("→ %-15s", i.job_type);
|
||||
stdout.printf(" → %-15s", i.job_type);
|
||||
|
||||
stdout.puts("\n");
|
||||
n++;
|
||||
|
Loading…
Reference in New Issue
Block a user