DEBSOURCES
Skip Quicknav
sources / bluebrain-hpc-coding-conventions / 1.0.0%2Bgit20221201-2 / cpp / formatting / snippets / BraceWrapping.AfterStruct.cpp
12345
// Brace on same line than *struct* definitions struct foo { int x; };