From 30c79e5ef597a9a55a3f183e7743b605fae2d8f3 Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Mon, 8 Sep 2008 14:46:28 +0000 Subject: [PATCH] - [FORMATTING] Fix broken indentation svn path=/trunk/; revision=36059 --- reactos/ntoskrnl/config/cmsysini.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/ntoskrnl/config/cmsysini.c b/reactos/ntoskrnl/config/cmsysini.c index f95e6ed2e81..53d722f4169 100644 --- a/reactos/ntoskrnl/config/cmsysini.c +++ b/reactos/ntoskrnl/config/cmsysini.c @@ -1341,11 +1341,11 @@ CmpInitializeHiveList(IN USHORT Flag) } /* Check if we had to allocate a new hive */ - if (CmpMachineHiveList[i].Allocate) + if (CmpMachineHiveList[i].Allocate) { /* Sync the new hive */ - //HvSyncHive((PHHIVE)(CmpMachineHiveList[i].CmHive2)); - } + //HvSyncHive((PHHIVE)(CmpMachineHiveList[i].CmHive2)); + } } /* Check if we created a new hive */