Man, this has an Objective-C section too. Sadly, it turns out that the exact stuff I just did (pad method prefix).
In case this might help out anyone else, here's a spacing option I found in in AStyle that seems to address my issue.
--pad-oper / -p Insert space padding around operators
if (foo==2)
a=bar((b-c)*a,d--);
becomes: if (foo == 2)
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
|