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
+2 -2
View File
@@ -3,9 +3,9 @@
#include "global.h"
struct JAISoundID{
struct JAISoundID {
u32 soundId;
JAISoundID(JAISoundID const &soundIdToSet);
JAISoundID(JAISoundID const& soundIdToSet);
};
#endif
@@ -3,8 +3,6 @@
#include "global.h"
struct JAISoundHandle{
};
struct JAISoundHandle {};
#endif