
15 Jun
2016
15 Jun
'16
2:11 p.m.
On Wed, Jun 15, 2016 at 12:06:56 +0200, Ján Tomko wrote:
We do not need a separate check forbidding whitespace after the opening parenthesis after a keyword - we forbid it after all of them.
The only allowed whitespace after an opening parenthesis is a newline, tune the regex to reflect that. --- build-aux/check-spacing.pl | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-)
ACK