summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/hdr/modern_clui.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Clist_modern/src/hdr/modern_clui.h')
-rw-r--r--plugins/Clist_modern/src/hdr/modern_clui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/hdr/modern_clui.h b/plugins/Clist_modern/src/hdr/modern_clui.h
index 0844ce63ab..f67a575d6a 100644
--- a/plugins/Clist_modern/src/hdr/modern_clui.h
+++ b/plugins/Clist_modern/src/hdr/modern_clui.h
@@ -62,7 +62,7 @@ public:
static LRESULT CALLBACK cli_ContactListWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
{
CLUI * This = m_pCLUI;
- if ( !m_hWnd ) m_hWnd = hwnd;
+ if (!m_hWnd ) m_hWnd = hwnd;
BOOL bHandled = FALSE;
LRESULT lRes= This->PreProcessWndProc( msg, wParam, lParam, bHandled );