Delete all Trailing spaces in code.
[reactos.git] / reactos / boot / freeldr / freeldr / reactos / setupldr.c
index eca50a3..9396ebf 100644 (file)
@@ -274,7 +274,7 @@ VOID RunLoader(VOID)
     SourcePath = "\\";
 
 #ifdef DBG
-  /* Get load options */  
+  /* Get load options */
   if (InfFindFirstLine (InfHandle,
                        "SetupData",
                        "DbgOsLoadOptions",
@@ -311,7 +311,7 @@ VOID RunLoader(VOID)
 
   strcpy(SystemRoot, SourcePath);
   strcat(SystemRoot, "\\");
-  
+
     /* Setup the boot path and kernel path */
     strcpy(szBootPath, SourcePath);
     strcpy(szKernelName, szBootPath);