mirror of
https://github.com/zeldaret/ss
synced 2026-08-10 03:05:33 -04:00
Run clang-format on edited files
This commit is contained in:
+1
-1
@@ -8,6 +8,6 @@ void fn_80062E50();
|
||||
void fn_80062EB0();
|
||||
bool fn_80062EC0();
|
||||
|
||||
}
|
||||
} // namespace dState
|
||||
|
||||
#endif // D_STATE_H
|
||||
|
||||
+3
-3
@@ -1,5 +1,6 @@
|
||||
#include "d/d_main.h"
|
||||
#include "d/d_state.h"
|
||||
|
||||
#include "d/d_main.h"
|
||||
#include "m/m3d/m_state.h"
|
||||
|
||||
void dState::fn_80062E40() {
|
||||
@@ -13,8 +14,7 @@ void dState::fn_80062E50() {
|
||||
if (dMain::isStopFlagSet(1)) {
|
||||
dMain::clearStopFlag(1);
|
||||
}
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
if (!dMain::isStopFlagSet(1)) {
|
||||
dMain::setStopFlag(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user