summaryrefslogtreecommitdiff
path: root/libmateweather/weather-iwin.c
diff options
context:
space:
mode:
authorLaurent Napias <[email protected]>2019-06-29 11:07:30 +0200
committerraveit65 <[email protected]>2019-07-02 15:58:19 +0200
commite581918b791c4fdc1e6fe487712a0d36e6184672 (patch)
treeaeabbfc3ff428b3b14e8cc5b690b4e84b271a003 /libmateweather/weather-iwin.c
parent2b24ccb08c4f58efaacb6bc1441e7286995db5ff (diff)
downloadlibmateweather-e581918b791c4fdc1e6fe487712a0d36e6184672.tar.bz2
libmateweather-e581918b791c4fdc1e6fe487712a0d36e6184672.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'libmateweather/weather-iwin.c')
-rw-r--r--libmateweather/weather-iwin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmateweather/weather-iwin.c b/libmateweather/weather-iwin.c
index e4bc387..75a8fac 100644
--- a/libmateweather/weather-iwin.c
+++ b/libmateweather/weather-iwin.c
@@ -422,7 +422,7 @@ iwin_start_open (WeatherInfo *info)
info->forecast = NULL;
}
- free_forecast_list (info);
+ free_forecast_list (info);
if (info->forecast_type == FORECAST_LIST) {
/* see the description here: http://www.weather.gov/forecasts/xml/ */
@@ -466,7 +466,7 @@ iwin_start_open (WeatherInfo *info)
g_free (zone);
g_free (state);
-
+
msg = soup_message_new ("GET", url);
g_free (url);
soup_session_queue_message (info->session, msg, iwin_finish, info);