clang-format: Fix another false positive in the lambda detection.
Before: int i = (*b)[a] -> f(); After: int i = (*b)[a]->f(); llvm-svn: 203557
Loading
Please register or sign in to comment
Before: int i = (*b)[a] -> f(); After: int i = (*b)[a]->f(); llvm-svn: 203557