summaryrefslogtreecommitdiff
path: root/protocols/Weather/weather_data.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-06-20 06:52:26 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-06-20 06:52:26 +0000
commitb766ebf1a1091dcc2859a92da300c44e0e432a84 (patch)
tree833eb906adc49c21c799b5bd222e714338dfebd8 /protocols/Weather/weather_data.cpp
parent4c7aed90685d65bc150a16e901542471041bd148 (diff)
- avatars fix for Weather
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@495 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Weather/weather_data.cpp')
-rw-r--r--protocols/Weather/weather_data.cpp8
1 files changed, 4 insertions, 4 deletions
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