Author: spetreolle
Date: Tue May 19 18:37:43 2009
New Revision: 40980
URL:
http://svn.reactos.org/svn/reactos?rev=40980&view=rev
Log:
fix tabs/spaces, thanks to Christoph
Modified:
trunk/reactos/dll/win32/advapi32/reg/reg.c
Modified: trunk/reactos/dll/win32/advapi32/reg/reg.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/advapi32/reg/reg…
==============================================================================
--- trunk/reactos/dll/win32/advapi32/reg/reg.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/advapi32/reg/reg.c [iso-8859-1] Tue May 19 18:37:43 2009
@@ -3338,7 +3338,7 @@
TRACE("RegOpenKeyExA hKey 0x%x lpSubKey %s ulOptions 0x%x samDesired 0x%x
phkResult %p\n",
hKey, lpSubKey, ulOptions, samDesired, phkResult);
- if (!phkResult)
+ if (!phkResult)
{
return ERROR_INVALID_PARAMETER;
}
@@ -3393,7 +3393,7 @@
TRACE("RegOpenKeyExW hKey 0x%x lpSubKey %S ulOptions 0x%x samDesired 0x%x
phkResult %p\n",
hKey, lpSubKey, ulOptions, samDesired, phkResult);
- if (!phkResult)
+ if (!phkResult)
{
return ERROR_INVALID_PARAMETER;
}
@@ -4273,10 +4273,10 @@
TRACE("hKey 0x%X lpSubKey %S lpValue %p lpcbValue %d\n",
hKey, lpSubKey, lpValue, lpcbValue ? *lpcbValue : 0);
- if (hKey == NULL)
- {
- return ERROR_INVALID_HANDLE;
- }
+ if (hKey == NULL)
+ {
+ return ERROR_INVALID_HANDLE;
+ }
Status = MapDefaultKey(&KeyHandle,
hKey);
if (!NT_SUCCESS(Status))