style: clang-tidy: llvm-namespace-comment

This commit is contained in:
Henry Schreiner
2020-09-10 21:16:40 -04:00
committed by Henry Schreiner
parent d65e34d61d
commit 8dc31c7b29
12 changed files with 62 additions and 12 deletions

View File

@@ -58,7 +58,7 @@ public:
std::string name_;
const std::string &name() { return name_; }
};
}
} // namespace pets
struct MixGL { int i; MixGL(int i) : i{i} {} };
struct MixGL2 { int i; MixGL2(int i) : i{i} {} };