summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/modern_gettextasync.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Clist_modern/src/modern_gettextasync.cpp')
-rw-r--r--plugins/Clist_modern/src/modern_gettextasync.cpp6
1 files changed, 3 insertions, 3 deletions
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);