mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[FREELDR]
Tabs -> spaces! svn path=/trunk/; revision=65327
This commit is contained in:
parent
dc9b7a0dbe
commit
b5339379bc
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue