From 60eb7158c64c215db62ba3df6f248778792cbe5a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 25 Jul 2015 18:33:49 +0000 Subject: code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14697 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_blind/src/clistmenus.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'plugins/Clist_blind/src/clistmenus.cpp') diff --git a/plugins/Clist_blind/src/clistmenus.cpp b/plugins/Clist_blind/src/clistmenus.cpp index aed1426207..5605e0df17 100644 --- a/plugins/Clist_blind/src/clistmenus.cpp +++ b/plugins/Clist_blind/src/clistmenus.cpp @@ -21,11 +21,12 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + #include "stdafx.h" -INT_PTR CloseAction(WPARAM,LPARAM) +INT_PTR CloseAction(WPARAM, LPARAM) { - if (CallService(MS_SYSTEM_OKTOEXIT,0,0)) + if (CallService(MS_SYSTEM_OKTOEXIT, 0, 0)) DestroyWindow(pcli->hwndContactList); return 0; @@ -33,5 +34,5 @@ INT_PTR CloseAction(WPARAM,LPARAM) void InitCustomMenus() { - CreateServiceFunction( "CloseAction", CloseAction ); + CreateServiceFunction("CloseAction", CloseAction); } -- cgit v1.2.3