mirror of
https://github.com/pybind/pybind11.git
synced 2026-03-14 20:27:47 +00:00
style: clang-tidy: llvm-namespace-comment
This commit is contained in:
committed by
Henry Schreiner
parent
d65e34d61d
commit
8dc31c7b29
@@ -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} {} };
|
||||
|
||||
Reference in New Issue
Block a user