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/Main/Message/BMG.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/Main/Message/BMG.cpp') diff --git a/src/Main/Message/BMG.cpp b/src/Main/Message/BMG.cpp index cb9deac8..2a00b26c 100644 --- a/src/Main/Message/BMG.cpp +++ b/src/Main/Message/BMG.cpp @@ -87,8 +87,12 @@ THUMB u16 BMGFileInfo::func_020371c8(u32 *pFile, s16 unk_18) { //! TODO: fake? this->pDAT1 = (SectionDAT1 *) (pSection + 1); break; - case BMG_TAG_FLW1: this->pFLW1 = (SectionFLW1 *) pSection; break; - case BMG_TAG_FLI1: this->pFLI1 = (SectionFLI1 *) pSection; break; + case BMG_TAG_FLW1: + this->pFLW1 = (SectionFLW1 *) pSection; + break; + case BMG_TAG_FLI1: + this->pFLI1 = (SectionFLI1 *) pSection; + break; } pSection = (SectionBase *) ((u8 *) pSection + pSection->size); -- cgit v1.2.3