diff options
Diffstat (limited to 'changes/checkSpaces')
-rw-r--r-- | changes/checkSpaces | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/checkSpaces b/changes/checkSpaces new file mode 100644 index 0000000000..91f79ed0fa --- /dev/null +++ b/changes/checkSpaces @@ -0,0 +1,5 @@ + 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()'. + |