Author: hbelusca Date: Tue Dec 25 00:54:20 2012 New Revision: 58003
URL: http://svn.reactos.org/svn/reactos?rev=58003&view=rev Log: [FREELDR] Code formatting only
Modified: trunk/reactos/boot/freeldr/freeldr/include/options.h trunk/reactos/boot/freeldr/freeldr/windows/winldr.c
Modified: trunk/reactos/boot/freeldr/freeldr/include/options.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/include/options.h [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/include/options.h [iso-8859-1] Tue Dec 25 00:54:20 2012 @@ -20,4 +20,4 @@ #pragma once
VOID DoOptionsMenu(VOID); -VOID AppendBootTimeOptions(PCHAR BootOptions); +VOID AppendBootTimeOptions(PCHAR BootOptions);
Modified: trunk/reactos/boot/freeldr/freeldr/windows/winldr.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/window... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/windows/winldr.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/windows/winldr.c [iso-8859-1] Tue Dec 25 00:54:20 2012 @@ -540,7 +540,7 @@ AllocateAndInitLPB(&LoaderBlock);
#ifdef _M_IX86 - /* Setup redirection support */ + /* Setup redirection support */ WinLdrSetupEms(BootOptions); #endif