clang-format: Improve formatting of ObjC Blocks with return type.
Before: int a = [operation block:^int(int * i) { return 1; }]; After: int a = [operation block:^int(int *i) { return 1; }]; llvm-svn: 199411
Loading
Please register or sign in to comment