Applied clang-format-18 to codebase

This commit is contained in:
OpenSauce04
2024-11-10 21:02:54 +00:00
parent 3e02c29225
commit fd55b4fd6c
148 changed files with 1028 additions and 1029 deletions

View File

@@ -32,14 +32,14 @@ struct OutputVertex {
private:
template <class Archive>
void serialize(Archive& ar, const u32) {
ar& pos;
ar& quat;
ar& color;
ar& tc0;
ar& tc1;
ar& tc0_w;
ar& view;
ar& tc2;
ar & pos;
ar & quat;
ar & color;
ar & tc0;
ar & tc1;
ar & tc0_w;
ar & view;
ar & tc2;
}
friend class boost::serialization::access;
};