mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
Fix indentation, broken in r32487
svn path=/trunk/; revision=32489
This commit is contained in:
parent
518637c89c
commit
3374624325
1 changed files with 2 additions and 2 deletions
|
@ -1740,8 +1740,8 @@ PnpEventThread(LPVOID lpParameter)
|
|||
if (Status == STATUS_BUFFER_TOO_SMALL)
|
||||
{
|
||||
PnpEventSize += 0x400;
|
||||
HeapFree(GetProcessHeap(), 0, PnpEvent);
|
||||
PnpEvent = HeapAlloc(GetProcessHeap(), 0, PnpEventSize);
|
||||
HeapFree(GetProcessHeap(), 0, PnpEvent);
|
||||
PnpEvent = HeapAlloc(GetProcessHeap(), 0, PnpEventSize);
|
||||
if (PnpEvent == NULL)
|
||||
return ERROR_OUTOFMEMORY;
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue