[clang-format] Fix a bug in RemoveBracesLLVM
Remove the braces of an else block only if the r_brace of the block is followed by an if. Differential Revision: https://reviews.llvm.org/D127532
Loading
Please sign in to comment
Remove the braces of an else block only if the r_brace of the block is followed by an if. Differential Revision: https://reviews.llvm.org/D127532