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 -3
View File
@@ -23,11 +23,10 @@ bool cBgW_CheckBRoof(float a1) {
return a1 < lbl_804550EC;
}
bool cBgW_CheckBWall(float a1)
{
bool cBgW_CheckBWall(float a1) {
if (!cBgW_CheckBGround(a1) && !cBgW_CheckBRoof(a1))
return true;
return false;
}