diff contrib/hgfixes/fix_bytes.py @ 17299:e51d4aedace9 stable

check-code: indent 4 spaces in py files
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 31 Jul 2012 03:30:42 +0200
parents 37a70a784397
children 48ef68004ec9
line wrap: on
line diff
--- a/contrib/hgfixes/fix_bytes.py	Sat Jul 28 13:33:06 2012 +0200
+++ b/contrib/hgfixes/fix_bytes.py	Tue Jul 31 03:30:42 2012 +0200
@@ -74,7 +74,7 @@
        'setattr' in sggparent or \
        'encode' in sggparent or \
        'decode' in sggparent:
-           return False
+        return False
 
     return True