[ADVAPI32]
authorEric Kohl <eric.kohl@reactos.org>
Sun, 14 Aug 2011 11:41:28 +0000 (11:41 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Sun, 14 Aug 2011 11:41:28 +0000 (11:41 +0000)
Fix indentation. No code change.

svn path=/trunk/; revision=53226

reactos/dll/win32/advapi32/reg/reg.c

index e15b879..7add1b1 100644 (file)
@@ -2543,7 +2543,7 @@ RegEnumKeyExA(HKEY hKey,
             if (KeyInfo->Node.NameLength > NameLength ||
                 KeyInfo->Node.ClassLength > ClassLength)
             {
-                               ErrorCode = ERROR_BUFFER_OVERFLOW;
+                ErrorCode = ERROR_BUFFER_OVERFLOW;
             }
             else
             {