diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-16 06:54:59 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-16 06:54:59 +0000 |
commit | a0e65f57dd9f199f1143e4b91fad938eaf87d8f9 (patch) | |
tree | 988555443412e26184a947e25386db4db163ace2 /src/modules/clist/groups.cpp | |
parent | 135743eb33ddf36a8d260d8137eb4afe0dbc2c86 (diff) |
tabs and spaces cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@2324 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/clist/groups.cpp')
-rw-r--r-- | src/modules/clist/groups.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/modules/clist/groups.cpp b/src/modules/clist/groups.cpp index 1351289f49..fb9ce4cc3b 100644 --- a/src/modules/clist/groups.cpp +++ b/src/modules/clist/groups.cpp @@ -184,8 +184,8 @@ static INT_PTR DeleteGroup(WPARAM wParam, LPARAM) CLISTGROUPCHANGE grpChg = { sizeof(CLISTGROUPCHANGE), NULL, NULL };
for (hContact = db_find_first();
- hContact;
- hContact = db_find_next(hContact))
+ hContact;
+ hContact = db_find_next(hContact))
{
if (DBGetContactSettingTString(hContact, "CList", "Group", &dbv))
continue;
@@ -282,8 +282,7 @@ static int RenameGroupWithMove(int groupId, const TCHAR *szName, int move) cache->tszGroup = 0;
cli.pfnCheckCacheItem(cache);
}
- }
- while ((hContact = db_find_next(hContact)) != NULL);
+ } while ((hContact = db_find_next(hContact)) != NULL);
//rename subgroups
{
|