diff options
-rw-r--r-- | systemctl.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemctl.vala b/systemctl.vala index 4f017e02e7..22a971cc82 100644 --- a/systemctl.vala +++ b/systemctl.vala @@ -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++; |