Author: hbelusca Date: Sun Jan 4 16:42:37 2015 New Revision: 65972
URL: http://svn.reactos.org/svn/reactos?rev=65972&view=rev Log: [FREELDR]: Whitespace fixes only.
Modified: trunk/reactos/boot/freeldr/freeldr/debug.c trunk/reactos/boot/freeldr/freeldr/freeldr.c trunk/reactos/boot/freeldr/freeldr/include/cmdline.h trunk/reactos/boot/freeldr/freeldr/windows/winldr.c
Modified: trunk/reactos/boot/freeldr/freeldr/debug.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/debug.... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/debug.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/debug.c [iso-8859-1] Sun Jan 4 16:42:37 2015 @@ -33,14 +33,14 @@
#define DBG_DEFAULT_LEVELS (ERR_LEVEL|FIXME_LEVEL)
-#define SCREEN 1 -#define RS232 2 -#define BOCHS 4 - -#define COM1 1 -#define COM2 2 -#define COM3 3 -#define COM4 4 +#define SCREEN 1 +#define RS232 2 +#define BOCHS 4 + +#define COM1 1 +#define COM2 2 +#define COM3 3 +#define COM4 4
#define BOCHS_OUTPUT_PORT 0xe9
Modified: trunk/reactos/boot/freeldr/freeldr/freeldr.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/freeld... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/freeldr.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/freeldr.c [iso-8859-1] Sun Jan 4 16:42:37 2015 @@ -53,10 +53,10 @@ }
#ifdef _M_IX86 - HalpInitializePciStubs(); - HalpInitBusHandler(); + HalpInitializePciStubs(); + HalpInitBusHandler(); #endif - RunLoader(); + RunLoader();
quit: /* If we reach this point, something went wrong before, therefore reboot */ @@ -84,4 +84,3 @@ { return _isctype((char)wc, wctypeFlags); } -
Modified: trunk/reactos/boot/freeldr/freeldr/include/cmdline.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/include/cmdline.h [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/include/cmdline.h [iso-8859-1] Sun Jan 4 16:42:37 2015 @@ -21,13 +21,13 @@
typedef struct tagCMDLINEINFO { - const char *DefaultOperatingSystem; - LONG TimeOut; + const char *DefaultOperatingSystem; + LONG TimeOut; } CMDLINEINFO, *PCMDLINEINFO;
-void CmdLineParse(char *CmdLine); +VOID CmdLineParse(IN PCHAR CmdLine);
-const char *CmdLineGetDefaultOS(void); -LONG CmdLineGetTimeOut(void); +PCCH CmdLineGetDefaultOS(VOID); +LONG CmdLineGetTimeOut(VOID);
/* EOF */
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] Sun Jan 4 16:42:37 2015 @@ -26,7 +26,7 @@
DBG_DEFAULT_CHANNEL(WINDOWS);
-//FIXME: Do a better way to retrieve Arc disk information +//FIXME: Find a better way to retrieve ARC disk information extern ULONG reactos_disk_count; extern ARC_DISK_SIGNATURE reactos_arc_disk_info[];