[XDK] Minor formatting; remove some extra newlines at end of files.

This commit is contained in:
Hermès Bélusca-Maïto 2020-11-26 00:07:40 +01:00
parent a59cecd89d
commit c295fb95e9
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
5 changed files with 3 additions and 11 deletions

View file

@ -347,9 +347,7 @@ KeGetPcr(
#if (NTDDI_VERSION < NTDDI_WIN7) || !defined(NT_PROCESSOR_GROUPS)
FORCEINLINE
ULONG
KeGetCurrentProcessorNumber(
VOID)
KeGetCurrentProcessorNumber(VOID)
{
return *((PUCHAR)KeGetPcr() + 0x580);
}