Bug 219094 - Code formatting: change instances of "@synthesize a=b" to "@synthesize a = b"
Summary: Code formatting: change instances of "@synthesize a=b" to "@synthesize a = b"
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: Other
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 219092
  Show dependency treegraph
 
Reported: 2020-11-18 10:07 PST by Hoa Dinh
Modified: 2020-11-19 21:57 PST (History)
16 users (show)

See Also:


Attachments
Patch (29.45 KB, patch)
2020-11-18 10:43 PST, Hoa Dinh
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hoa Dinh 2020-11-18 10:07:28 PST
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.
Comment 1 Hoa Dinh 2020-11-18 10:43:17 PST
Created attachment 414460 [details]
Patch
Comment 2 EWS 2020-11-19 21:56:40 PST
Committed r270069: <https://trac.webkit.org/changeset/270069>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 414460 [details].
Comment 3 Radar WebKit Bug Importer 2020-11-19 21:57:21 PST
<rdar://problem/71615786>