From ebcce86769d174cce6e881740c5e9bcedce28e06 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 11 Sep 2010 11:50:51 -0400 Subject: Coding style and whitespace cleanups. --- plugins/calendar-weather/calendar-weather.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/calendar-weather') diff --git a/plugins/calendar-weather/calendar-weather.c b/plugins/calendar-weather/calendar-weather.c index 61180b7153..970bdf4f8b 100644 --- a/plugins/calendar-weather/calendar-weather.c +++ b/plugins/calendar-weather/calendar-weather.c @@ -69,7 +69,7 @@ e_plugin_lib_enable (EPlugin *epl, gint enable) { NULL, NULL } }; - tmp = _(categories [0].description); + tmp = _(categories[0].description); /* Add the categories icons if we don't have them. */ for (l = e_categories_get_list (); l; l = g_list_next (l)) { -- cgit v1.2.3