Format all src C files

This commit is contained in:
Roman971
2020-03-22 22:19:43 +01:00
parent 251aea64ab
commit 8cfe7cce9f
652 changed files with 12488 additions and 19093 deletions
+3 -3
View File
@@ -2,14 +2,14 @@
#include <global.h>
#include <ultra64/hardware.h>
s32 func_801067A0(u32 a0)
{
s32 func_801067A0(u32 a0) {
register u32 spStatus;
spStatus = HW_REG(SP_STATUS_REG, u32);
if (!(spStatus & SP_STATUS_HALT))
if (!(spStatus & SP_STATUS_HALT)) {
return -1;
}
HW_REG(SP_PC_REG, u32) = a0;