CPP: Fix indentation.

This commit is contained in:
Geoffrey White
2019-07-08 15:04:47 +01:00
parent 42bf1be0fd
commit bbe7691a3d

View File

@@ -76,8 +76,8 @@ int f(int x) {
if constexpr(1) {
f();
} else {
f();
}
f();
}
}
return 1;