| commit | 06a269574c35f4d36236893e5cb00e466ed738c5 | [log] [tgz] |
|---|---|---|
| author | Daniel Jasper <djasper@google.com> | Mon Jan 04 07:29:07 2016 +0000 |
| committer | Daniel Jasper <djasper@google.com> | Mon Jan 04 07:29:07 2016 +0000 |
| tree | cfa13072d432c638d67094ffb3a1ad3fddd76d20 | |
| parent | ffbad0e8aa36c7e0cc7026a989b21177dc1fb255 [diff] |
clang-format: Fix corner-case in ObjC method declaration formatting
Before:
- (void)shortf:(GTMFoo *)theFoo
longKeyword:(NSRect)theRect
longerKeyword:(float)theInterval
error:(NSError **)theError {
}
After:
- (void)shortf:(GTMFoo *)theFoo
longKeyword:(NSRect)theRect
longerKeyword:(float)theInterval
error:(NSError **)theError {
}
llvm-svn: 256738