mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[FREELDR] Remove trailing whitespace.
This commit is contained in:
parent
1f377076d7
commit
64ca7f6427
1 changed files with 5 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue