Formatting

This commit is contained in:
ahm3dgg
2026-01-11 00:26:44 +02:00
parent 8dc54d7816
commit d9fc7ce614

View File

@@ -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<handle> section_handle,
const ACCESS_MASK /*desired_access*/,