space before return

This commit is contained in:
PonderMan 2021-02-12 11:54:33 -06:00
parent de2861de81
commit b7ead7f4f6

View File

@ -8,6 +8,7 @@ ApiStatus func_80238000_714CF0(ScriptInstance* script, s32 isInitialCall) {
} else {
script->varTable[0] = 0;
}
return ApiStatus_DONE2;
}