Skip to content

Commit bbe7691

Browse files
committed
CPP: Fix indentation.
1 parent 42bf1be commit bbe7691

File tree

1 file changed

+2
-2
lines changed
  • cpp/ql/test/query-tests/Best Practices/Likely Errors/EmptyBlock

1 file changed

+2
-2
lines changed

cpp/ql/test/query-tests/Best Practices/Likely Errors/EmptyBlock/empty_block.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ int f(int x) {
7676
if constexpr(1) {
7777
f();
7878
} else {
79-
f();
80-
}
79+
f();
80+
}
8181
}
8282

8383
return 1;

0 commit comments

Comments
 (0)