mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
11221d0f17
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()'.
6 lines
189 B
Plaintext
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()'.
|
|
|