DEBSOURCES
Skip Quicknav
sources / bluebrain-hpc-coding-conventions / 1.0.0%2Bgit20221201-2 / cpp / formatting / snippets / BraceWrapping.AfterNamespace.cpp
123456
// Brace on same line than *namespace* definition namespace { int foo(); int bar(); } // namespace