diff options
author | Nico Weber <nicolasweber@gmx.de> | 2013-01-10 21:30:42 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2013-01-10 21:30:42 +0000 |
commit | a2a8495e19cee3d8d09f1836274ddd48945d82d2 (patch) | |
tree | 1bcfa1bbcb7c0cb0a6d4b8fbd77661e27505a173 /llvm/lib/Transforms/Utils/SimplifyInstructions.cpp | |
parent | 045a73e62d9da3314c8f2f7a13f52d703fcd0635 (diff) | |
download | bcm5719-llvm-a2a8495e19cee3d8d09f1836274ddd48945d82d2.tar.gz bcm5719-llvm-a2a8495e19cee3d8d09f1836274ddd48945d82d2.zip |
Formatter: No spaces around '=' in @property lines.
Before:
@property(assign, getter = isEditable) BOOL editable;
Now:
@property(assign, getter=isEditable) BOOL editable;
It'd be nice if some Apple person could let me know if spaces are preferred
around '=' in @synthesize lines (see FIXME in the test).
llvm-svn: 172110
Diffstat (limited to 'llvm/lib/Transforms/Utils/SimplifyInstructions.cpp')
0 files changed, 0 insertions, 0 deletions