Skip to content

Commit

Permalink
phnt tabs to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
m417z committed Oct 1, 2023
1 parent 10b8fc0 commit 4aa6c78
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions phnt/include/ntioapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -1980,7 +1980,7 @@ NtCreateIoRing(
_In_ PVOID CreateParameters,
_In_ ULONG OutputParametersLength,
_Out_ PVOID OutputParameters
);
);

NTSYSCALLAPI
NTSTATUS
Expand All @@ -1990,25 +1990,25 @@ NtSubmitIoRing(
_In_ ULONG Flags,
_In_opt_ ULONG WaitOperations,
_In_opt_ PLARGE_INTEGER Timeout
);
);

NTSYSCALLAPI
NTSTATUS
NTAPI
NtQueryIoRingCapabilities(
_In_ SIZE_T IoRingCapabilitiesLength,
_Out_ PVOID IoRingCapabilities
);
_In_ SIZE_T IoRingCapabilitiesLength,
_Out_ PVOID IoRingCapabilities
);

NTSYSCALLAPI
NTSTATUS
NTAPI
NtSetInformationIoRing(
_In_ HANDLE IoRingHandle,
_In_ ULONG IoRingInformationClass,
_In_ ULONG IoRingInformationLength,
_In_ PVOID IoRingInformation
);
_In_ HANDLE IoRingHandle,
_In_ ULONG IoRingInformationClass,
_In_ ULONG IoRingInformationLength,
_In_ PVOID IoRingInformation
);
#endif

// Other types
Expand Down
2 changes: 1 addition & 1 deletion phnt/include/ntmisc.h
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ EtwNotificationRegister(
NTSYSAPI
ULONG
NTAPI
EtwNotificationUnregister (
EtwNotificationUnregister(
_In_ REGHANDLE RegHandle,
_Out_opt_ PVOID * Context
);
Expand Down

0 comments on commit 4aa6c78

Please sign in to comment.