chiark / gitweb /
tabs to spaces
[elogind.git] / src / analyze / systemd-analyze.in
index bcced18c2c5d21a84370aeafa0ca673bfffa7c40..e964bb3367944dbce3750b0f86b61664b95385d5 100755 (executable)
@@ -322,7 +322,7 @@ else:
         bus = Gio.BusType.SYSTEM
 
 verb = {'time' : time,
-       'blame': blame,
-       'plot' : plot,
-       }
+        'blame': blame,
+        'plot' : plot,
+        }
 verb.get(args.action)()