clang-format: Improve alignment after 'return'.
Previously, comments, could totally confuse it. Before: return // true if code is one of a or b. code == a || code == b; After: return // true if code is one of a or b. code == a || code == b; llvm-svn: 191654
Loading
Please register or sign in to comment