commit | b530fa374a8d4d96e61bf1dae8f4a73f4b3d2436 | [log] [tgz] |
---|---|---|
author | Nico Weber <nicolasweber@gmx.de> | Thu Jan 10 00:25:19 2013 +0000 |
committer | Nico Weber <nicolasweber@gmx.de> | Thu Jan 10 00:25:19 2013 +0000 |
tree | 18858375c5b14e74a9de295a4bfb4685b2b3fd30 | |
parent | 50767d8c8f2f667255bdb99692c0467ce992bc67 [diff] |
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 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172023 91177308-0d34-0410-b5e6-96231b3b80d8