clang-format

This commit is contained in:
theo
2020-06-13 17:02:27 -07:00
parent 8e1ca1936b
commit 66fcdf6186
86 changed files with 2320 additions and 2604 deletions
+2 -3
View File
@@ -1,6 +1,5 @@
#include "global.h"
void _DmaFill32(u32 a1, u32 a2, u32 a3)
{
void _DmaFill32(u32 a1, u32 a2, u32 a3) {
DmaFill32(3, a1, a2, a3);
}
}