mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 01:35:43 +00:00
fix tabs/spaces, thanks to Christoph
svn path=/trunk/; revision=40980
This commit is contained in:
parent
f71075ad74
commit
1c47f20400
1 changed files with 6 additions and 6 deletions
|
@ -3338,7 +3338,7 @@ RegOpenKeyExA(HKEY hKey,
|
|||
|
||||
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 @@ RegOpenKeyExW(HKEY hKey,
|
|||
|
||||
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 @@ RegQueryValueW(HKEY hKey,
|
|||
|
||||
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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue