From 8a186c3588d3598857c36e2122fa68d01eba30fd Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 8 May 2011 13:24:42 -0400 Subject: Coding style cleanups. --- plugins/calendar-weather/calendar-weather.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/calendar-weather/calendar-weather.c') diff --git a/plugins/calendar-weather/calendar-weather.c b/plugins/calendar-weather/calendar-weather.c index f9d1180429..73ab8c8b3f 100644 --- a/plugins/calendar-weather/calendar-weather.c +++ b/plugins/calendar-weather/calendar-weather.c @@ -75,7 +75,7 @@ e_plugin_lib_enable (EPlugin *epl, gint enable) /* Add the categories icons if we don't have them. */ for (l = saved_cats; l; l = g_list_next (l)) { - if (!strcmp ((const gchar *)l->data, tmp)) + if (!strcmp ((const gchar *) l->data, tmp)) goto exit; } -- cgit v1.2.3