sapling/hgext/inotify/linux
Mads Kiilerich ac8e1fc147 check-code: there must also be whitespace between ')' and operator
The check pattern only checked for whitespace between keyword and operator.

Now it also warns:
 >     x = f(),7
 missing whitespace after ,
 >     x = f()+7
 missing whitespace in expression
2012-12-09 23:33:16 +01:00
..
__init__.py explicitly close files 2010-12-24 15:23:01 +01:00
_inotify.c en-us: Initialize 2012-08-17 13:58:19 -07:00
watcher.py check-code: there must also be whitespace between ')' and operator 2012-12-09 23:33:16 +01:00