DEBSOURCES
Skip Quicknav
sources / bluebrain-hpc-coding-conventions / 1.0.0%2Bgit20221201-2 / cpp / formatting / snippets / BraceWrapping.AfterFunction.cpp
123456
// Brace on same line than *function* definitions void foo() { bar(); bar2(); }