Fixed formatting

This commit is contained in:
Bartek Kryza
2022-12-11 02:03:57 +01:00
parent dcdde1af4b
commit cbab8b5e74
4 changed files with 2 additions and 4 deletions

View File

@@ -548,7 +548,7 @@ bool translation_unit_visitor::TraverseCompoundStmt(clang::CompoundStmt *stmt)
const auto *current_ifstmt = context().current_ifstmt();
const auto *current_elseifstmt = context().current_elseifstmt();
//
// Add final else block (not else if)
//