tor/changes/checkSpaces
Sebastian Hahn 11221d0f17 Update check-spaces to remove false positive for timercmp macro
The timercmp macro uses triggers a "space between function name and
opening parentheses" warning for the check spaces script. Work around
this by simply disabling the check for all "functions" named 'op()'.
2011-11-24 09:29:45 +01:00

6 lines
189 B
Plaintext

o Minor bugfixes:
- Prevent a false positive from the check-spaces script by disabling
the "whitespace between function name and (" check for functions
named 'op()'.