[Webkit-unassigned] [Bug 219094] New: Code formatting: change instances of "@synthesize a=b" to "@synthesize a = b"
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 18 10:07:28 PST 2020
https://bugs.webkit.org/show_bug.cgi?id=219094
Bug ID: 219094
Summary: Code formatting: change instances of "@synthesize a=b"
to "@synthesize a = b"
Product: WebKit
Version: Other
Hardware: All
OS: All
Status: NEW
Severity: Enhancement
Priority: P2
Component: WebKit Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: dvh at apple.com
Most of the Objective-C codebase has instances of "@synthesize a = b", with spaces around the equal sign.
With https://bugs.webkit.org/show_bug.cgi?id=219092, we're changing the behavior of the code style checker to require spaces
around the equal sign.
However, there are still some instances of "@synthesize a=b", without spaces around the equal sign.
We need to fix the consistency here.
--
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/20201118/8305fff0/attachment-0001.htm>
More information about the webkit-unassigned
mailing list