Skip to content

Commit 07dd6d5

Browse files
committed
C++: Align 'break' statements.
1 parent cf025e1 commit 07dd6d5

File tree

1 file changed

+2
-2
lines changed
  • cpp/ql/test/library-tests/ir/ir

1 file changed

+2
-2
lines changed

cpp/ql/test/library-tests/ir/ir/ir.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2513,7 +2513,7 @@ void destruction_in_switch_2(int c) {
25132513
break;
25142514
}
25152515
default: {
2516-
break;
2516+
break;
25172517
}
25182518
}
25192519
}
@@ -2525,7 +2525,7 @@ void destruction_in_switch_3(int c) {
25252525
break;
25262526
}
25272527
default: {
2528-
break;
2528+
break;
25292529
}
25302530
}
25312531
}

0 commit comments

Comments
 (0)