From: Dan Mick Date: Thu, 20 Jun 2013 22:12:24 +0000 (-0700) Subject: ceph.in: remove some TAB chars X-Git-Tag: v0.65~17 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=31d221c3a4e5f9b2b4d5892ecae60113b611ba32;p=ceph.git ceph.in: remove some TAB chars Signed-off-by: Dan Mick --- diff --git a/src/ceph.in b/src/ceph.in index b3c001d9a672..e14d75ac79f2 100755 --- a/src/ceph.in +++ b/src/ceph.in @@ -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