]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.in: remove some TAB chars
authorDan Mick <dan.mick@inktank.com>
Thu, 20 Jun 2013 22:12:24 +0000 (15:12 -0700)
committerDan Mick <dan.mick@inktank.com>
Thu, 20 Jun 2013 22:14:36 +0000 (15:14 -0700)
Signed-off-by: Dan Mick <dan.mick@inktank.com>
src/ceph.in

index b3c001d9a67200b461e68ebadc2286fc1befa5f3..e14d75ac79f25c479c535cb3242597f893ff87e3 100755 (executable)
@@ -1380,7 +1380,7 @@ def main():
 
     if parsed_args.version:
         print 'ceph version {0} ({1})'.format(CEPH_GIT_NICE_VER, CEPH_GIT_VER)
-       return 0
+        return 0
 
     global verbose
     verbose = parsed_args.verbose
@@ -1606,7 +1606,7 @@ def main():
         # this assumes outs never has useful command output, only status
         if outs:
             if compat and ret == 0:
-               # old cli/mon would send status string to stdout on non-error
+                # old cli/mon would send status string to stdout on non-error
                 print outs
             else:
                 print >> sys.stderr, prefix + outs