RESOLVED FIXED 219094
Code formatting: change instances of "@synthesize a=b" to "@synthesize a = b"
https://bugs.webkit.org/show_bug.cgi?id=219094
Summary Code formatting: change instances of "@synthesize a=b" to "@synthesize a = b"
Hoa Dinh
Reported 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.
Attachments
Patch (29.45 KB, patch)
2020-11-18 10:43 PST, Hoa Dinh
no flags
Hoa Dinh
Comment 1 2020-11-18 10:43:17 PST
EWS
Comment 2 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].
Radar WebKit Bug Importer
Comment 3 2020-11-19 21:57:21 PST
Note You need to log in before you can comment on or make changes to this bug.