run clang-format

This commit is contained in:
Pheenoh
2020-12-26 11:31:49 -05:00
parent 64a6a97b7b
commit 4c504d078d
180 changed files with 4083 additions and 4253 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
#ifndef J3DJOINT_H_
#define J3DJOINT_H_
struct J3DJoint{
};
struct J3DJoint {};
#endif
+1 -3
View File
@@ -1,8 +1,6 @@
#ifndef J3DMODEL_H_
#define J3DMODEL_H_
struct J3DModel{
};
struct J3DModel {};
#endif
@@ -1,8 +1,6 @@
#ifndef J3DMODELDATA_H_
#define J3DMODELDATA_H_
struct J3DModelData{
};
struct J3DModelData {};
#endif
@@ -1,8 +1,6 @@
#ifndef J3DMODELLOADER_H_
#define J3DMODELLOADER_H_
struct J3DMaterial{
};
struct J3DMaterial {};
#endif