Mercurial > hg
changeset 10723:8ea152e94484
check-code: fix check-code complaint
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 17 Mar 2010 15:36:48 -0500 |
parents | c4fb2103e734 |
children | cb0a7faa29ea |
files | contrib/check-code.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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: