]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.in: add missing spaces around operator
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Thu, 11 Jul 2013 12:02:46 +0000 (14:02 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Thu, 11 Jul 2013 12:02:46 +0000 (14:02 +0200)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/ceph.in

index 99a0ba0a88f5e9a9dfba732455cc53332d29aa87..df8b53d5f0dd42a2445b29abf6d5376d80c3da14 100755 (executable)
@@ -670,8 +670,8 @@ def main():
         prefix = ''
         suffix = ''
         if not parsed_args.output_file and len(targets) > 1:
-            prefix='{0}.{1}: '.format(*target)
-            suffix='\n'
+            prefix = '{0}.{1}: '.format(*target)
+            suffix = '\n'
 
         ret, outbuf, outs = json_command(cluster_handle, target=target,
                                          prefix='get_command_descriptions')