[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

@ -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)