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/Main/Message/BMG.cpp | |
| parent | ce9f96d932c0028262821ff3fc39a4b05c977285 (diff) | |
update .clang-format rules (#120)
Diffstat (limited to 'src/Main/Message/BMG.cpp')
| -rw-r--r-- | src/Main/Message/BMG.cpp | 8 |
1 files changed, 6 insertions, 2 deletions
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); |
