summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/modern_clcidents.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-12-17 20:55:35 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-12-17 20:55:35 +0000
commit6c0a4e3a07f07ae80e554249814e4e5eef446427 (patch)
tree47c75aca6e38581b37f65e0b975c22cf3f000158 /plugins/Clist_modern/src/modern_clcidents.cpp
parentb1993e41ef35eb327e326ee2607736bfb7982154 (diff)
minor code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@7264 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_clcidents.cpp')
-rw-r--r--plugins/Clist_modern/src/modern_clcidents.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_clcidents.cpp b/plugins/Clist_modern/src/modern_clcidents.cpp
index bc60e77465..a443492ac6 100644
--- a/plugins/Clist_modern/src/modern_clcidents.cpp
+++ b/plugins/Clist_modern/src/modern_clcidents.cpp
@@ -239,7 +239,7 @@ int cliGetRowByIndex(ClcData *dat,int testindex,ClcContact **contact,ClcGroup **
if (group->cl.items[group->scanIndex]->SubAllocated)
if (group->cl.items[group->scanIndex]->SubExpanded && dat->expandMeta)
{
- for (i=0;i < group->cl.items[group->scanIndex]->SubAllocated;i++)
+ for (i=0; i < group->cl.items[group->scanIndex]->SubAllocated; i++)
{
if ((index>0) && (index < CacheArrSize))
{