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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 6 04:02:41 PDT 2019


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

            Bug ID: 198605
           Summary: check-webkit-style reports false positive whitespace
                    in multiline macro comment
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: pmatos at igalia.com

With multiline macro comments such as:

```
#define FOR_EACH_FP_REGISTER(m)                 \
    /* Parameter/result registers. */           \
    macro(m, n(q0), 0, 0) 
```

check-webkit-style generates a 'Weird number of spaces at line-start' even though the whole macro /body/, including comment, is indented properly (4 spaces).

-- 
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/20190606/49f89970/attachment.html>


More information about the webkit-unassigned mailing list