From fdf595f7aab035c65888431f8d3ca32ab03ebd55 Mon Sep 17 00:00:00 2001 From: offtkp Date: Fri, 27 Sep 2024 01:32:08 +0300 Subject: [PATCH] Formatting --- src/core/address_space.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/address_space.cpp b/src/core/address_space.cpp index a9550e707..48748e4c3 100644 --- a/src/core/address_space.cpp +++ b/src/core/address_space.cpp @@ -72,7 +72,8 @@ struct AddressSpace::Impl { } reduction += ReductionOnFail; } - ASSERT_MSG(virtual_base, "Unable to reserve virtual address space: {}", Common::GetLastErrorMsg()); + ASSERT_MSG(virtual_base, "Unable to reserve virtual address space: {}", + Common::GetLastErrorMsg()); // Take the reduction off of the system managed area, and leave the others unchanged. system_managed_base = virtual_base;