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_clcidents.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/Clist_modern/src/modern_clcidents.cpp') diff --git a/plugins/Clist_modern/src/modern_clcidents.cpp b/plugins/Clist_modern/src/modern_clcidents.cpp index 8397e32f7f..ad5580a465 100644 --- a/plugins/Clist_modern/src/modern_clcidents.cpp +++ b/plugins/Clist_modern/src/modern_clcidents.cpp @@ -173,7 +173,7 @@ int FindItem(HWND hwnd,ClcData *dat,HANDLE hItem,ClcContact **contact,ClcGroup * if (IsBadWritePtr(&group->cl.items[group->scanIndex]->subcontacts[i], sizeof(ClcContact))) { log1("FindIltem->IsBadWritePtr | 2o [%08x]", &group->cl.items[group->scanIndex]->subcontacts[i]); - PostMessage(hwnd,CLM_AUTOREBUILD,0,0); + PostMessage(hwnd,CLM_AUTOREBUILD, 0, 0); return 0; } @@ -205,13 +205,13 @@ void ClearRowByIndexCache() { if ( !CacheIndexClear) { - memset(CacheIndex,0,sizeof(CacheIndex)); + memset(CacheIndex, 0, sizeof(CacheIndex)); CacheIndexClear = TRUE; }; } int cliGetRowByIndex(ClcData *dat,int testindex,ClcContact **contact,ClcGroup **subgroup) { - int index = 0,i; + int index = 0, i; ClcGroup *group = &dat->list; if (testindex < 0) return (-1); -- cgit v1.2.3