mirror of
https://github.com/reactos/reactos.git
synced 2025-08-12 03:46:06 +00:00
[XDK] Minor formatting; remove some extra newlines at end of files.
This commit is contained in:
parent
a59cecd89d
commit
c295fb95e9
5 changed files with 3 additions and 11 deletions
|
@ -347,9 +347,7 @@ KeGetPcr(
|
|||
#if (NTDDI_VERSION < NTDDI_WIN7) || !defined(NT_PROCESSOR_GROUPS)
|
||||
FORCEINLINE
|
||||
ULONG
|
||||
KeGetCurrentProcessorNumber(
|
||||
VOID)
|
||||
|
||||
KeGetCurrentProcessorNumber(VOID)
|
||||
{
|
||||
return *((PUCHAR)KeGetPcr() + 0x580);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue