summaryrefslogtreecommitdiff
path: root/src/analyze
diff options
context:
space:
mode:
Diffstat (limited to 'src/analyze')
-rwxr-xr-xsrc/analyze/systemd-analyze.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/analyze/systemd-analyze.in b/src/analyze/systemd-analyze.in
index bcced18c2c..e964bb3367 100755
--- a/src/analyze/systemd-analyze.in
+++ b/src/analyze/systemd-analyze.in
@@ -322,7 +322,7 @@ else:
bus = Gio.BusType.SYSTEM
verb = {'time' : time,
- 'blame': blame,
- 'plot' : plot,
- }
+ 'blame': blame,
+ 'plot' : plot,
+ }
verb.get(args.action)()