[FREELDR] Remove trailing whitespace.

This commit is contained in:
Hermès Bélusca-Maïto
2020-11-03 01:51:47 +01:00
parent 1f377076d7
commit 64ca7f6427
+5 -5
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);