Skip to content

Commit 349462d

Browse files
committed
Remove extra empty lines
1 parent 99281e6 commit 349462d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang-tools-extra/clang-tidy/readability/SimplifyBooleanExprCheck.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -745,8 +745,6 @@ void SimplifyBooleanExprCheck::replaceWithElseStatement(
745745
IfStatement->getSourceRange(), Replacement);
746746
}
747747

748-
749-
750748
void SimplifyBooleanExprCheck::replaceWithCondition(
751749
const ASTContext &Context, const ConditionalOperator *Ternary,
752750
bool Negated) {

0 commit comments

Comments
 (0)