diff -r c4fb2103e734 -r 8ea152e94484 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: