[Webkit-unassigned] [Bug 198605] check-webkit-style reports false positive whitespace in multiline macro comment

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 12 02:56:00 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=198605

--- Comment #2 from Paulo Matos <pmatos at igalia.com> ---
(In reply to Philippe Normand from comment #1)
> Can you try again, with a single space before every backslash?

You mean like this:

#define FOR_EACH_GP_REGISTER(macro)                             \
    /* Parameter/result registers. */ \
    macro_forward(macro, n(x0), 0, 0)                           \
    macro_forward(macro, n(x1), 0, 0)

Doesn't work either. Getting:
ERROR: Source/JavaScriptCore/assembler/ARM64Registers.h:52:  Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190612/c20fe01a/attachment.html>


More information about the webkit-unassigned mailing list