mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
CPP: Fix indentation.
This commit is contained in:
@@ -76,8 +76,8 @@ int f(int x) {
|
||||
if constexpr(1) {
|
||||
f();
|
||||
} else {
|
||||
f();
|
||||
}
|
||||
f();
|
||||
}
|
||||
}
|
||||
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user