summaryrefslogtreecommitdiff
path: root/src/analyze
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2013-01-09 21:03:11 +0100
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2013-01-09 21:20:43 +0100
commitb929bf049d33823dedb1ab2e2ac688cd341792fb (patch)
treef41eb09c2a65802f9e8d98ab3cdcbfa44872e9bc /src/analyze
parent99f861310d3f05f4e86cb9582a94b891dbb3382b (diff)
tabs to spaces
Skipped bootchart and various files that looked like they should be kept in sync with external sources.
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 bcced18c2..e964bb336 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)()