mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 15:36:42 +00:00
[REACTOS] Fix some instances of DPRINTs with trailing whitespace before newlines.
This commit is contained in:
parent
d6c8fe7c37
commit
9b1edceae1
27 changed files with 136 additions and 136 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue