Fix whitespace
This commit is contained in:
@@ -43,7 +43,7 @@ public:
|
||||
|
||||
void reset(T* ptr = NULL)
|
||||
{
|
||||
if ( m_ptr != ptr)
|
||||
if ( m_ptr != ptr )
|
||||
{
|
||||
::CoTaskMemFree(m_ptr);
|
||||
m_ptr = ptr;
|
||||
|
Reference in New Issue
Block a user