https://git.reactos.org/?p=reactos.git;a=commitdiff;h=64ca7f642743851dcb1ffb2d4102fe5e8914a788

commit 64ca7f642743851dcb1ffb2d4102fe5e8914a788
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Sun Oct 25 00:15:43 2020 +0200
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Tue Nov 3 01:51:47 2020 +0100

    [FREELDR] Remove trailing whitespace.
---
 boot/freeldr/freeldr/ntldr/winldr.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/boot/freeldr/freeldr/ntldr/winldr.c 
b/boot/freeldr/freeldr/ntldr/winldr.c
index 3d3d948a60f..d672dd2af4f 100644
--- a/boot/freeldr/freeldr/ntldr/winldr.c
+++ b/boot/freeldr/freeldr/ntldr/winldr.c
@@ -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);

Reply via email to