[FREELDR] Remove trailing whitespace.

This commit is contained in:
Hermès Bélusca-Maïto 2020-10-25 00:15:43 +02:00
parent 1f377076d7
commit 64ca7f6427
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -737,11 +737,11 @@ LoadWindowsCore(IN USHORT OperatingSystemVersion,
Options = strpbrk(Options, " \t");
}
if (SafeBoot)
{
PaeDisabled = TRUE;
NoexecuteDisabled = TRUE;
}
if (SafeBoot)
{
PaeDisabled = TRUE;
NoexecuteDisabled = TRUE;
}
/* Load all referenced DLLs for Kernel, HAL and Kernel Debugger Transport DLL */
Success = PeLdrScanImportDescriptorTable(&LoaderBlock->LoadOrderListHead, DirPath, *KernelDTE);