From 31d221c3a4e5f9b2b4d5892ecae60113b611ba32 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Thu, 20 Jun 2013 15:12:24 -0700 Subject: [PATCH] ceph.in: remove some TAB chars Signed-off-by: Dan Mick --- src/ceph.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ceph.in b/src/ceph.in index b3c001d9a6720..e14d75ac79f25 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 -- 2.39.5