summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/include/mim.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TabSRMM/include/mim.h')
-rw-r--r--plugins/TabSRMM/include/mim.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TabSRMM/include/mim.h b/plugins/TabSRMM/include/mim.h
index 9ce72e3e69..9bee54ffbd 100644
--- a/plugins/TabSRMM/include/mim.h
+++ b/plugins/TabSRMM/include/mim.h
@@ -117,7 +117,7 @@ public:
if (m_haveBufferedPaint)
m_pfnBufferedPaintUninit();
- if(m_hChatLogLock != INVALID_HANDLE_VALUE)
+ if (m_hChatLogLock != INVALID_HANDLE_VALUE)
CloseHandle(m_hChatLogLock);
}
@@ -292,7 +292,7 @@ inline void CMimAPI::stopTimer(const char *szMsg)
{
::QueryPerformanceCounter((LARGE_INTEGER *)&m_tStop);
- if(szMsg)
+ if (szMsg)
timerMsg(szMsg);
}