From b80c7bfe5ca4eca18a31d728c3a0f1caa14808fd Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sun, 14 Aug 2011 11:41:28 +0000 Subject: [PATCH] [ADVAPI32] Fix indentation. No code change. svn path=/trunk/; revision=53226 --- reactos/dll/win32/advapi32/reg/reg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/advapi32/reg/reg.c b/reactos/dll/win32/advapi32/reg/reg.c index e15b879123a..7add1b1ec9b 100644 --- a/reactos/dll/win32/advapi32/reg/reg.c +++ b/reactos/dll/win32/advapi32/reg/reg.c @@ -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 {