DEBSOURCES
Skip Quicknav
sources / bluebrain-hpc-coding-conventions / 1.0.0%2Bgit20221201-2 / cpp / formatting / snippets / BraceWrapping.AfterClass.cpp
1234567
// Opening brace is on same line than struct/class definition class Foo {}; struct Bar { int i; };