summaryrefslogtreecommitdiff
path: root/soh/src/code/relocation.c
diff options
context:
space:
mode:
authorArchez <Archez@users.noreply.github.com>2025-04-01 22:33:38 -0400
committerGitHub <noreply@github.com>2025-04-01 22:33:38 -0400
commit8f126344a4ef22765cfa550146f89bf428e86053 (patch)
tree4ab7b0da4758afc7c23d278c3b1960d19630e892 /soh/src/code/relocation.c
parente8389e0b2e116bac34cbaea1e1eda0280a77da1a (diff)
Apply clang-format to files (#5273)
Diffstat (limited to 'soh/src/code/relocation.c')
-rw-r--r--soh/src/code/relocation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/soh/src/code/relocation.c b/soh/src/code/relocation.c
index a62ba3239..23b6ef6d2 100644
--- a/soh/src/code/relocation.c
+++ b/soh/src/code/relocation.c
@@ -105,8 +105,8 @@ void Overlay_Relocate(void* allocatedVRamAddress, OverlayRelocationSection* over
case 0x6000000:
if (gOverlayLogSeverity >= 3) {
osSyncPrintf("%02d %08x %08x %08x ", dbg, relocDataP, relocatedValue, relocatedAddress);
- osSyncPrintf(" %08x %08x %08x %08x\n", ((uintptr_t)relocDataP + (uintptr_t)vRamAddress) - allocu32, relocData,
- unrelocatedAddress, relocOffset);
+ osSyncPrintf(" %08x %08x %08x %08x\n", ((uintptr_t)relocDataP + (uintptr_t)vRamAddress) - allocu32,
+ relocData, unrelocatedAddress, relocOffset);
}
}
}