mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:25:39 +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
|
@ -227,7 +227,7 @@ static VOID
|
|||
DbgPrint("R0: %lx R1: %lx R2: %lx R3: %lx\n", pc->R0, pc->R1, pc->R2, pc->R3);
|
||||
DbgPrint("R4: %lx R5: %lx R6: %lx R7: %lx\n", pc->R4, pc->R5, pc->R6, pc->R7);
|
||||
DbgPrint("R8: %lx R9: %lx R10: %lx R11: %lx\n", pc->R8, pc->R9, pc->R10, pc->R11);
|
||||
DbgPrint("R12: %lx \n", pc->R12);
|
||||
DbgPrint("R12: %lx\n", pc->R12);
|
||||
#else
|
||||
#pragma message ("Unknown architecture")
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue