From 4f320e4d73220c192714896ece07e56682ac1462 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 8 Apr 2010 03:49:12 +0200 Subject: [PATCH] systemctl: minor output fix --- systemctl.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemctl.vala b/systemctl.vala index 4f017e02e..22a971cc8 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++; -- 2.30.2