diff contrib/hgfixes/fix_bytesmod.py @ 19872:681f7b9213a4

check-code: check for spaces around = for named parameters
author Mads Kiilerich <madski@unity3d.com>
date Thu, 03 Oct 2013 14:50:47 +0200
parents e627fef94604
children 74daabdf5ab5
line wrap: on
line diff
--- a/contrib/hgfixes/fix_bytesmod.py	Thu Oct 03 14:50:47 2013 +0200
+++ b/contrib/hgfixes/fix_bytesmod.py	Thu Oct 03 14:50:47 2013 +0200
@@ -58,6 +58,6 @@
         else:
             args = [formatstr, Comma().clone(), data]
 
-        call = Call(Name('bytesformatter', prefix = ' '), args)
+        call = Call(Name('bytesformatter', prefix=' '), args)
         return call