DEBSOURCES
Skip Quicknav
sources / bluebrain-hpc-coding-conventions / 1.0.0%2Bgit20221201-2 / cpp / formatting / snippets / BraceWrapping.AfterControlStatement.cpp
1234567
// Brace is on same line than control statements if (foo()) { } else { } for (int i = 0; i < 10; ++i) { }