Fix whitespace

This commit is contained in:
PB
2020-06-10 17:17:48 +02:00
parent 9ff095a852
commit 88965fc588

View File

@@ -43,7 +43,7 @@ public:
void reset(T* ptr = NULL)
{
if ( m_ptr != ptr)
if ( m_ptr != ptr )
{
::CoTaskMemFree(m_ptr);
m_ptr = ptr;