summaryrefslogtreecommitdiff
path: root/src/00_Core/Player/LinkStateMove.cpp
diff options
context:
space:
mode:
authorYanis <35189056+Yanis002@users.noreply.github.com>2025-07-16 15:33:58 +0200
committerGitHub <noreply@github.com>2025-07-16 15:33:58 +0200
commit7a01af4783ca2904590ed0ba6e61261d98706f47 (patch)
tree5491fa87030e5c32a11e536607a14dca459bf8dc /src/00_Core/Player/LinkStateMove.cpp
parentce9f96d932c0028262821ff3fc39a4b05c977285 (diff)
update .clang-format rules (#120)
Diffstat (limited to 'src/00_Core/Player/LinkStateMove.cpp')
-rw-r--r--src/00_Core/Player/LinkStateMove.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/00_Core/Player/LinkStateMove.cpp b/src/00_Core/Player/LinkStateMove.cpp
index 5509be66..a0980773 100644
--- a/src/00_Core/Player/LinkStateMove.cpp
+++ b/src/00_Core/Player/LinkStateMove.cpp
@@ -51,8 +51,10 @@ ARM bool LinkStateMove::vfunc_24(s32 param1) {
return LinkStateBase::vfunc_24(param1);
}
switch (param1) {
- case 2: return true;
- default: return false;
+ case 2:
+ return true;
+ default:
+ return false;
}
}