diff options
author | Nico Weber <nicolasweber@gmx.de> | 2013-01-10 00:25:19 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2013-01-10 00:25:19 +0000 |
commit | 51306d232edd03db956ba4007bea691ba5ceca20 (patch) | |
tree | b286835f90b75bef05a41991c1bb1058a663cca2 /llvm/lib/Support/LockFileManager.cpp | |
parent | 04614ff6ba40b1eed86083a89c4267eb9ef579ff (diff) | |
download | bcm5719-llvm-51306d232edd03db956ba4007bea691ba5ceca20.tar.gz bcm5719-llvm-51306d232edd03db956ba4007bea691ba5ceca20.zip |
Formatter: @optional and @required go on their own line.
Previously:
@protocol myProtocol
- (void)mandatoryWithInt:(int)i;
@optional - (void) optional;
@required - (void) required;
@end
Now:
@protocol myProtocol
- (void)mandatoryWithInt:(int)i;
@optional
- (void)optional;
@required
- (void)required;
@end
llvm-svn: 172023
Diffstat (limited to 'llvm/lib/Support/LockFileManager.cpp')
0 files changed, 0 insertions, 0 deletions