From b766ebf1a1091dcc2859a92da300c44e0e432a84 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 20 Jun 2012 06:52:26 +0000 Subject: - avatars fix for Weather - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@495 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Weather/weather_data.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'protocols/Weather/weather_data.cpp') diff --git a/protocols/Weather/weather_data.cpp b/protocols/Weather/weather_data.cpp index 85c87bb972..a0e78f1f93 100644 --- a/protocols/Weather/weather_data.cpp +++ b/protocols/Weather/weather_data.cpp @@ -429,12 +429,12 @@ void DBDataManage(HANDLE hContact, WORD Mode, WPARAM wParam, LPARAM lParam) WCOUNTER wc; wc.current = 0; - dbces.lParam=(LPARAM)&wc; - dbces.pfnEnumProc=GetWeatherDataFromDB; - dbces.szModule=WEATHERCONDITION; + dbces.lParam = (LPARAM)&wc; + dbces.pfnEnumProc = GetWeatherDataFromDB; + dbces.szModule = WEATHERCONDITION; // get all the settings and stored them in a temporary list - if (CallService(MS_DB_CONTACT_ENUMSETTINGS,(WPARAM)hContact,(LPARAM)&dbces)==-1) + if (CallService(MS_DB_CONTACT_ENUMSETTINGS,(WPARAM)hContact,(LPARAM)&dbces) == -1) wc.current--; // begin deleting settings -- cgit v1.2.3