From d5b116f704848c7224d1cd339be478ecaccdec96 Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 29 Dec 2020 13:20:17 +0100 Subject: Don't leave any round bracket at line end --- mateweather/src/mateweather-applet.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'mateweather') diff --git a/mateweather/src/mateweather-applet.c b/mateweather/src/mateweather-applet.c index 216571e0..d32d88bb 100644 --- a/mateweather/src/mateweather-applet.c +++ b/mateweather/src/mateweather-applet.c @@ -461,11 +461,10 @@ update_finish (WeatherInfo *info, gpointer data) message = g_strdup_printf ("%s: %s", weather_info_get_location_name (info), weather_info_get_sky (info)); - detail = g_strdup_printf ( - _("City: %s\nSky: %s\nTemperature: %s"), - weather_info_get_location_name (info), - weather_info_get_sky (info), - weather_info_get_temp_summary (info)); + detail = g_strdup_printf (_("City: %s\nSky: %s\nTemperature: %s"), + weather_info_get_location_name (info), + weather_info_get_sky (info), + weather_info_get_temp_summary (info)); icon = weather_info_get_icon_name (gw_applet->mateweather_info); if (icon == NULL) -- cgit v1.2.1