From 2072201029bdd799396b37de23410bab71cc653e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 21 Jun 2013 16:58:18 +0000 Subject: minor code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@5083 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FloatingContacts/src/thumbs.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/FloatingContacts/src/thumbs.cpp') diff --git a/plugins/FloatingContacts/src/thumbs.cpp b/plugins/FloatingContacts/src/thumbs.cpp index c75ff5c756..36c010beb9 100644 --- a/plugins/FloatingContacts/src/thumbs.cpp +++ b/plugins/FloatingContacts/src/thumbs.cpp @@ -290,7 +290,7 @@ void ThumbInfo::ResizeThumb() ThumbInfo *pNextThumb = NULL; - himl = ( HIMAGELIST )CallService( MS_CLIST_GETICONSIMAGELIST, 0, 0 ); + himl = ( HIMAGELIST )CallService(MS_CLIST_GETICONSIMAGELIST, 0, 0 ); if ( himl == NULL ) return; @@ -381,7 +381,7 @@ void ThumbInfo::RefreshContactIcon(int iIcon) { if ( iIcon == 0xFFFFFFFF || ImageList_GetImageCount(himl)<=iIcon ) { - this->iIcon = CallService( MS_CLIST_GETCONTACTICON, (WPARAM)hContact, 0 ); + this->iIcon = CallService(MS_CLIST_GETCONTACTICON, (WPARAM)hContact, 0 ); } else { @@ -830,7 +830,7 @@ void ThumbInfo::UpdateContent() void ThumbInfo::PopupMessageDialog( ) { - CallService( MS_CLIST_CONTACTDOUBLECLICKED, (WPARAM)hContact, 0 ); + CallService(MS_CLIST_CONTACTDOUBLECLICKED, (WPARAM)hContact, 0 ); } void ThumbInfo::OnTimer(BYTE idTimer) -- cgit v1.2.3