From 7a01af4783ca2904590ed0ba6e61261d98706f47 Mon Sep 17 00:00:00 2001 From: Yanis <35189056+Yanis002@users.noreply.github.com> Date: Wed, 16 Jul 2025 15:33:58 +0200 Subject: update .clang-format rules (#120) --- src/00_Core/Player/LinkStateMove.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/00_Core/Player/LinkStateMove.cpp') 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; } } -- cgit v1.2.3