Clang Format fix

This commit is contained in:
ahm3dgg
2026-01-09 05:48:35 +02:00
parent ee051fad92
commit 9161d04417

View File

@@ -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;