From 18f6faf592c21341463e835599b61fa811d3e1a0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 27 Jan 2013 11:57:40 +0000 Subject: code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@3301 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/modern_gettextasync.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/Clist_modern/src/modern_gettextasync.cpp') diff --git a/plugins/Clist_modern/src/modern_gettextasync.cpp b/plugins/Clist_modern/src/modern_gettextasync.cpp index ef7631a2b8..f73bb8cee8 100644 --- a/plugins/Clist_modern/src/modern_gettextasync.cpp +++ b/plugins/Clist_modern/src/modern_gettextasync.cpp @@ -89,7 +89,7 @@ static int gtaThreadProc(void * lpParam) do { if ( !MirandaExiting()) - SleepEx(0,TRUE); //1000 contacts per second + SleepEx(0, TRUE); //1000 contacts per second if (MirandaExiting()) { g_dwGetTextAsyncThreadID = 0; @@ -111,7 +111,7 @@ static int gtaThreadProc(void * lpParam) ClcCacheEntry cacheEntry; memset( &cacheEntry, 0, sizeof(cacheEntry)); cacheEntry.hContact = mpChain.hContact; - if ( !Sync(CLUI_SyncGetPDNCE, (WPARAM) 0,(LPARAM)&cacheEntry)) + if ( !Sync(CLUI_SyncGetPDNCE, (WPARAM) 0, (LPARAM)&cacheEntry)) { if ( !MirandaExiting()) Cache_GetSecondLineText(dat, &cacheEntry); @@ -128,7 +128,7 @@ static int gtaThreadProc(void * lpParam) return 0; } KillTimer(dat->hWnd,TIMERID_INVALIDATE_FULL); - CLUI_SafeSetTimer(dat->hWnd,TIMERID_INVALIDATE_FULL,500,NULL); + CLUI_SafeSetTimer(dat->hWnd,TIMERID_INVALIDATE_FULL,500, NULL); } } while (!exit); -- cgit v1.2.3