chiark / gitweb /
systemctl: minor output fix
authorLennart Poettering <lennart@poettering.net>
Thu, 8 Apr 2010 01:49:12 +0000 (03:49 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 8 Apr 2010 01:49:12 +0000 (03:49 +0200)
systemctl.vala

index 4f017e02e7a0a82baca3ceec6596556a5ca6373c..22a971cc82071950f6a45be4f319f8ef7a5309e4 100644 (file)
@@ -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("%-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++;
 
                                 stdout.puts("\n");
                                 n++;