Bug 219094

Summary: Code formatting: change instances of "@synthesize a=b" to "@synthesize a = b"
Product: WebKit Reporter: Hoa Dinh <dvh>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Enhancement CC: aboxhall, apinheiro, cfleizach, dmazzoni, eric.carlson, ews-watchlist, glenn, jcraig, jdiggs, jer.noble, jiewen_tan, philipj, samuel_white, sergio, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 219092    
Attachments:
Description Flags
Patch none

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>