From e581918b791c4fdc1e6fe487712a0d36e6184672 Mon Sep 17 00:00:00 2001 From: Laurent Napias Date: Sat, 29 Jun 2019 11:07:30 +0200 Subject: Remove trailing whitespaces --- libmateweather/weather-iwin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmateweather/weather-iwin.c') 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); -- cgit v1.2.1