From b5339379bcd970d915351e5bef9fcfd454b9fba4 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sat, 8 Nov 2014 19:11:47 +0000 Subject: [PATCH] [FREELDR] Tabs -> spaces! svn path=/trunk/; revision=65327 --- reactos/boot/freeldr/freeldr/freeldr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/boot/freeldr/freeldr/freeldr.c b/reactos/boot/freeldr/freeldr/freeldr.c index 3aace8ae8cc..70f23693390 100644 --- a/reactos/boot/freeldr/freeldr/freeldr.c +++ b/reactos/boot/freeldr/freeldr/freeldr.c @@ -37,8 +37,8 @@ VOID BootMain(LPSTR CmdLine) TRACE("BootMain() called.\n"); - /* Check if the CPU is new enough */ - FrLdrCheckCpuCompatiblity(); + /* Check if the CPU is new enough */ + FrLdrCheckCpuCompatiblity(); if (!UiInitialize(FALSE)) {