Fixed formatting

This commit is contained in:
thejanit0r
2026-01-04 13:37:23 +01:00
parent b00f40aba7
commit 0688a2cb98
2 changed files with 4 additions and 4 deletions

View File

@@ -1221,8 +1221,8 @@ namespace syscalls
}
NTSTATUS handle_NtCreateDirectoryObject(const syscall_context& /*c*/, const emulator_object<handle> /*directory_handle*/,
const ACCESS_MASK /*desired_access*/,
const emulator_object<OBJECT_ATTRIBUTES<EmulatorTraits<Emu64>>> object_attributes)
const ACCESS_MASK /*desired_access*/,
const emulator_object<OBJECT_ATTRIBUTES<EmulatorTraits<Emu64>>> object_attributes)
{
const auto attributes = object_attributes.read();