mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:23:01 +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");
|
Options = strpbrk(Options, " \t");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (SafeBoot)
|
if (SafeBoot)
|
||||||
{
|
{
|
||||||
PaeDisabled = TRUE;
|
PaeDisabled = TRUE;
|
||||||
NoexecuteDisabled = TRUE;
|
NoexecuteDisabled = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Load all referenced DLLs for Kernel, HAL and Kernel Debugger Transport DLL */
|
/* Load all referenced DLLs for Kernel, HAL and Kernel Debugger Transport DLL */
|
||||||
Success = PeLdrScanImportDescriptorTable(&LoaderBlock->LoadOrderListHead, DirPath, *KernelDTE);
|
Success = PeLdrScanImportDescriptorTable(&LoaderBlock->LoadOrderListHead, DirPath, *KernelDTE);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue