From 9161d04417781b113cd0849ac8aa477f7fc43224 Mon Sep 17 00:00:00 2001 From: ahm3dgg Date: Fri, 9 Jan 2026 05:48:35 +0200 Subject: [PATCH] Clang Format fix --- src/windows-emulator/syscalls/section.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/windows-emulator/syscalls/section.cpp b/src/windows-emulator/syscalls/section.cpp index 0b6f1adb..d2a39d3d 100644 --- a/src/windows-emulator/syscalls/section.cpp +++ b/src/windows-emulator/syscalls/section.cpp @@ -144,8 +144,8 @@ namespace syscalls section_handle.write(c.proc.sections.store(knowndll_section)); return STATUS_SUCCESS; } - - if (attributes.RootDirectory == KNOWN_DLLS32_DIRECTORY || filename.starts_with(u"\\knowndlls32\\")) + + if (attributes.RootDirectory == KNOWN_DLLS32_DIRECTORY || filename.starts_with(u"\\knowndlls32\\")) { auto& knowndlls_sections = c.win_emu.process.knowndlls32_sections;