[webkit-reviews] review granted: [Bug 237406] [Style] Forbid spaces between type names and protocol names in Objective-C : [Attachment 453694] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 3 08:10:37 PST 2022


Darin Adler <darin at apple.com> has granted Myles C. Maxfield
<mmaxfield at apple.com>'s request for review:
Bug 237406: [Style] Forbid spaces between type names and protocol names in
Objective-C
https://bugs.webkit.org/show_bug.cgi?id=237406

Attachment 453694: Patch

https://bugs.webkit.org/attachment.cgi?id=453694&action=review




--- Comment #2 from Darin Adler <darin at apple.com> ---
Comment on attachment 453694
  --> https://bugs.webkit.org/attachment.cgi?id=453694
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=453694&action=review

> Tools/Scripts/webkitpy/style/checkers/cpp.py:3420
> +    using_space_with_protocol = search(r'\Wid <', line)

Is \W better than \b for this?


More information about the webkit-reviews mailing list