clang-format: Fix bug where clang-format would break the code.
Before, it would turn: SomeFunction([]() { // Cool function.. return 43; }); Into this: SomeFunction([]() { // Cool function.. return 43; }); llvm-svn: 205849
Loading
Please sign in to comment