diff options
| author | Yanis <35189056+Yanis002@users.noreply.github.com> | 2025-07-16 15:33:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-16 15:33:58 +0200 |
| commit | 7a01af4783ca2904590ed0ba6e61261d98706f47 (patch) | |
| tree | 5491fa87030e5c32a11e536607a14dca459bf8dc /src/08_GameStart/GameStart.cpp | |
| parent | ce9f96d932c0028262821ff3fc39a4b05c977285 (diff) | |
update .clang-format rules (#120)
Diffstat (limited to 'src/08_GameStart/GameStart.cpp')
| -rw-r--r-- | src/08_GameStart/GameStart.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/08_GameStart/GameStart.cpp b/src/08_GameStart/GameStart.cpp index 873089d8..98f63118 100644 --- a/src/08_GameStart/GameStart.cpp +++ b/src/08_GameStart/GameStart.cpp @@ -108,8 +108,11 @@ ARM GameModeId GameStart::vfunc_08(bool param1) { } } break; - case 0: mode = GameModeId_Adventure; break; - default: break; + case 0: + mode = GameModeId_Adventure; + break; + default: + break; } return mode; |
