From: Danny Al-Gaaf Date: Thu, 11 Jul 2013 12:02:46 +0000 (+0200) Subject: ceph.in: add missing spaces around operator X-Git-Tag: v0.68~151^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=707c39ddd7b7dd42e677ee22c54f9261f973ee66;p=ceph.git ceph.in: add missing spaces around operator Signed-off-by: Danny Al-Gaaf --- diff --git a/src/ceph.in b/src/ceph.in index 99a0ba0a88f..df8b53d5f0d 100755 --- a/src/ceph.in +++ b/src/ceph.in @@ -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')