[ros-diffs] [silverblade] 38814: Use spaces instead of tabs.

silverblade at svn.reactos.org silverblade at svn.reactos.org
Sat Jan 17 15:44:25 CET 2009


Author: silverblade
Date: Sat Jan 17 08:44:24 2009
New Revision: 38814

URL: http://svn.reactos.org/svn/reactos?rev=38814&view=rev
Log:
Use spaces instead of tabs.


Modified:
    trunk/reactos/boot/freeldr/freeldr/reactos/reactos.c

Modified: trunk/reactos/boot/freeldr/freeldr/reactos/reactos.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/reactos/reactos.c?rev=38814&r1=38813&r2=38814&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/reactos/reactos.c [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/freeldr/reactos/reactos.c [iso-8859-1] Sat Jan 17 08:44:24 2009
@@ -707,12 +707,12 @@
 	 */
 	if (!_strnicmp(SystemPath, "LiveCD", strlen("LiveCD")))
 	{
-		/* Use everything following the "LiveCD" string as the path */
+        /* Use everything following the "LiveCD" string as the path */
         strcpy(LivePath, SystemPath + strlen("LiveCD"));
-		/* Normalize */
-		MachDiskGetBootPath(SystemPath, sizeof(SystemPath));
-		strcat(SystemPath, LivePath);
-		strcat(strcpy(reactos_kernel_cmdline, SystemPath),
+        /* Normalize */
+        MachDiskGetBootPath(SystemPath, sizeof(SystemPath));
+        strcat(SystemPath, LivePath);
+        strcat(strcpy(reactos_kernel_cmdline, SystemPath),
 		       " /MININT");
 	}
 	else



More information about the Ros-diffs mailing list