Fixes issue with Allman BreakBeforeBraces for Objective C @interface
Before: @interface BSApplicationController () { @private id _extraIvar; } @end After: @interface BSApplicationController () { @private id _extraIvar; } @end llvm-svn: 207849
Loading
Please sign in to comment