From d9fc7ce6141f868ffa8d3efc3e4843d1a029e29a Mon Sep 17 00:00:00 2001 From: ahm3dgg Date: Sun, 11 Jan 2026 00:26:44 +0200 Subject: [PATCH] Formatting --- src/windows-emulator/syscalls/section.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows-emulator/syscalls/section.cpp b/src/windows-emulator/syscalls/section.cpp index cb89bc6b..9a483349 100644 --- a/src/windows-emulator/syscalls/section.cpp +++ b/src/windows-emulator/syscalls/section.cpp @@ -7,7 +7,7 @@ namespace syscalls { - using namespace std::string_view_literals; + using namespace std::string_view_literals; NTSTATUS handle_NtCreateSection(const syscall_context& c, const emulator_object section_handle, const ACCESS_MASK /*desired_access*/,