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/StopSpamPlus/src/services.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/StopSpamPlus') diff --git a/plugins/StopSpamPlus/src/services.cpp b/plugins/StopSpamPlus/src/services.cpp index c6ea59fe31..8b2914beac 100644 --- a/plugins/StopSpamPlus/src/services.cpp +++ b/plugins/StopSpamPlus/src/services.cpp @@ -37,7 +37,7 @@ INT_PTR RemoveTempContacts(WPARAM wParam,LPARAM lParam) // Set a flag so we remember to delete the contact when the protocol goes online the next time db_set_b( hContact, "CList", "Delete", 1 ); else - CallService( MS_DB_CONTACT_DELETE, (WPARAM)hContact, 0 ); + CallService(MS_DB_CONTACT_DELETE, (WPARAM)hContact, 0 ); } } } @@ -54,7 +54,7 @@ INT_PTR RemoveTempContacts(WPARAM wParam,LPARAM lParam) if ( ConfirmDelete ) db_set_b( NULL, "CList", "ConfirmDelete", 0 ); - CallService( MS_CLIST_GROUPDELETE, (WPARAM)hGroup, 0 ); + CallService(MS_CLIST_GROUPDELETE, (WPARAM)hGroup, 0 ); if ( ConfirmDelete ) db_set_b( NULL, "CList", "ConfirmDelete", ConfirmDelete ); break; -- cgit v1.2.3