From f9bb0ce0589530ab13d88534448e4f2a15c12d53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Tue, 25 Dec 2012 00:54:20 +0000 Subject: [PATCH] [FREELDR] Code formatting only svn path=/trunk/; revision=58003 --- reactos/boot/freeldr/freeldr/include/options.h | 2 +- reactos/boot/freeldr/freeldr/windows/winldr.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/boot/freeldr/freeldr/include/options.h b/reactos/boot/freeldr/freeldr/include/options.h index b00d9f58daf..f9abd0ba656 100644 --- a/reactos/boot/freeldr/freeldr/include/options.h +++ b/reactos/boot/freeldr/freeldr/include/options.h @@ -20,4 +20,4 @@ #pragma once VOID DoOptionsMenu(VOID); -VOID AppendBootTimeOptions(PCHAR BootOptions); +VOID AppendBootTimeOptions(PCHAR BootOptions); diff --git a/reactos/boot/freeldr/freeldr/windows/winldr.c b/reactos/boot/freeldr/freeldr/windows/winldr.c index c1b6fa3906e..3da7eb082d2 100644 --- a/reactos/boot/freeldr/freeldr/windows/winldr.c +++ b/reactos/boot/freeldr/freeldr/windows/winldr.c @@ -540,7 +540,7 @@ LoadAndBootWindows(IN OperatingSystemItem* OperatingSystem, AllocateAndInitLPB(&LoaderBlock); #ifdef _M_IX86 - /* Setup redirection support */ + /* Setup redirection support */ WinLdrSetupEms(BootOptions); #endif