mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:56:31 +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
|
@ -154,7 +154,7 @@ public:
|
|||
{
|
||||
int rc = this->InternalAddRef();
|
||||
#if DEBUG_CCOMOBJECT_REFCOUNTING
|
||||
DbgPrint("%s, RefCount is now %d(--)! \n", __FUNCTION__, rc);
|
||||
DbgPrint("%s, RefCount is now %d(--)!\n", __FUNCTION__, rc);
|
||||
#endif
|
||||
return rc;
|
||||
}
|
||||
|
@ -164,7 +164,7 @@ public:
|
|||
int rc = this->InternalRelease();
|
||||
|
||||
#if DEBUG_CCOMOBJECT_REFCOUNTING
|
||||
DbgPrint("%s, RefCount is now %d(--)! \n", __FUNCTION__, rc);
|
||||
DbgPrint("%s, RefCount is now %d(--)!\n", __FUNCTION__, rc);
|
||||
#endif
|
||||
|
||||
if (rc == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue