From a782c2fbb4df73101ffe217f84fab80e353b9cc4 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Sun, 20 Apr 2008 06:30:38 +0000 Subject: [PATCH] fix formatting svn path=/trunk/; revision=33044 --- reactos/boot/freeldr/freeldr/inifile/inifile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/boot/freeldr/freeldr/inifile/inifile.c b/reactos/boot/freeldr/freeldr/inifile/inifile.c index 63b412b78e7..3180083f785 100644 --- a/reactos/boot/freeldr/freeldr/inifile/inifile.c +++ b/reactos/boot/freeldr/freeldr/inifile/inifile.c @@ -34,8 +34,8 @@ BOOLEAN IniOpenSection(PCSTR SectionName, ULONG* SectionId) if (_stricmp(SectionName, Section->SectionName) == 0) { // We found it - if (SectionId) - *SectionId = (ULONG)Section; + if (SectionId) + *SectionId = (ULONG)Section; DbgPrint((DPRINT_INIFILE, "IniOpenSection() Found it! SectionId = 0x%x\n", SectionId)); return TRUE; }