diff options
author | Robert Pösel <robyer@seznam.cz> | 2015-10-20 10:13:30 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2015-10-20 10:13:30 +0000 |
commit | bdbdf8d3391d2da3df0d4eeabac41fa73aa821fa (patch) | |
tree | 366121a22bc6eef039eacb0aafff85c03e4dd605 /protocols/Omegle/src/theme.cpp | |
parent | d49489f3467a02953b77cd5869bec5c061b63aa1 (diff) |
Omegle: Format sources
git-svn-id: http://svn.miranda-ng.org/main/trunk@15579 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Omegle/src/theme.cpp')
-rw-r--r-- | protocols/Omegle/src/theme.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Omegle/src/theme.cpp b/protocols/Omegle/src/theme.cpp index 48f61ba93a..aa794eb8f1 100644 --- a/protocols/Omegle/src/theme.cpp +++ b/protocols/Omegle/src/theme.cpp @@ -38,9 +38,9 @@ void InitIcons(void) HANDLE GetIconHandle(const char* name)
{
- for(size_t i=0; i<_countof(icons); i++)
+ for (size_t i = 0; i < _countof(icons); i++)
{
- if(mir_strcmp(icons[i].szName, name) == 0)
+ if (mir_strcmp(icons[i].szName, name) == 0)
return hIconLibItem[i];
}
return 0;
|