Skip to content

Commit

Permalink
C++: Align 'break' statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasVP committed Apr 30, 2024
1 parent cf025e1 commit 07dd6d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/ql/test/library-tests/ir/ir/ir.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2513,7 +2513,7 @@ void destruction_in_switch_2(int c) {
break;
}
default: {
break;
break;
}
}
}
Expand All @@ -2525,7 +2525,7 @@ void destruction_in_switch_3(int c) {
break;
}
default: {
break;
break;
}
}
}
Expand Down

0 comments on commit 07dd6d5

Please sign in to comment.