diff --git a/clint.py b/clint.py index fc081dcd14..60e44cdf36 100755 --- a/clint.py +++ b/clint.py @@ -2291,6 +2291,11 @@ def CheckSpacing(filename, clean_lines, linenum, nesting_state, error): # there's too little whitespace, we get concerned. It's hard to tell, # though, so we punt on this one for now. TODO. + match = Search(r'(?:[^ (*/![])+(?= first to avoid false positives with < and >, then