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

@@ -73,7 +73,7 @@ namespace std {
// Not a good hash function, but easy to test
size_t operator()(const Vector2 &) { return 4; }
};
}
} // namespace std
// Not a good abs function, but easy to test.
std::string abs(const Vector2&) {