[REACTOS] Fix some instances of DPRINTs with trailing whitespace before newlines.

This commit is contained in:
Hermès Bélusca-Maïto 2021-09-12 19:49:54 +02:00
parent d6c8fe7c37
commit 9b1edceae1
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
27 changed files with 136 additions and 136 deletions

View file

@ -72,7 +72,7 @@ RtlpCreateCriticalSectionSem(PRTL_CRITICAL_SECTION CriticalSection)
hNewEvent = INVALID_HANDLE_VALUE;
}
DPRINT("Created Event: %p \n", hNewEvent);
DPRINT("Created Event: %p\n", hNewEvent);
/* Exchange the LockSemaphore field with the new handle, if it is still 0 */
if (InterlockedCompareExchangePointer((PVOID*)&CriticalSection->LockSemaphore,