check-code: fix check-code complaint
authorMatt Mackall <mpm@selenic.com>
Wed, 17 Mar 2010 15:36:48 -0500
changeset 10723 8ea152e94484
parent 10722 c4fb2103e734
child 10724 cb0a7faa29ea
check-code: fix check-code complaint
contrib/check-code.py
--- a/contrib/check-code.py	Wed Mar 17 14:15:33 2010 +0100
+++ b/contrib/check-code.py	Wed Mar 17 15:36:48 2010 -0500
@@ -185,7 +185,7 @@
                 continue
             for p, msg in pats:
                 if re.search(p, l[1]):
-                    logfunc(f, n+1, l[0], msg)
+                    logfunc(f, n + 1, l[0], msg)
                     fc += 1
                     result = False
             if maxerr is not None and fc >= maxerr: