In various places we have ``` namespace Foo { ... } // Foo ``` in others we have ``` namespace Bar { ... } // namespace Bar ``` This would be best to make consistent. In recent versions of `clang-format` (https://clang.llvm.org/docs/ClangFormatStyleOptions.html) this can be enforced automatically with the `FixNamespaceComments` option. The version in the Docker CI image is too old, so we need to upgrade this first.