clang-format: Fix bad variable declaration detection.
Before: LooooooooooooooooongType variable(nullptr, [](A *a) {}); After: LooooooooooooooooongType variable(nullptr, [](A *a) {}); llvm-svn: 294358
Loading
Please register or sign in to comment