From bdbdf8d3391d2da3df0d4eeabac41fa73aa821fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Tue, 20 Oct 2015 10:13:30 +0000 Subject: Omegle: Format sources git-svn-id: http://svn.miranda-ng.org/main/trunk@15579 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Omegle/src/theme.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Omegle/src/theme.cpp') 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; -- cgit v1.2.3