From 859b225258cb1173c51eb0326b4b4bd596a7c94f Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Sat, 27 Jun 2026 19:48:13 +0200 Subject: [PATCH] remove extra space --- Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp index 412e450a..a1a94f94 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp @@ -172,7 +172,7 @@ namespace ams::ldr::hoc::pcv { void WriteKipLoadToIram() { const u32 hocMagic = 0x686F634D; - constexpr uintptr_t LoadMagicAddress = 0x4003DC00 ; /* Should be a pretty safe address. */ + constexpr uintptr_t LoadMagicAddress = 0x4003DC00; /* Should be a pretty safe address. */ R_DISCARD(SmcCopyToIram(LoadMagicAddress, &hocMagic, sizeof(hocMagic))); }