mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 02:52:13 +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
|
@ -93,7 +93,7 @@ RtlpInitEnvironment(HANDLE ProcessHandle,
|
|||
PAGE_READWRITE);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DPRINT1("Failed to reserve 1MB of space \n");
|
||||
DPRINT1("Failed to reserve 1MB of space\n");
|
||||
return Status;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue