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. --- calendar/gui/e-task-table.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/gui/e-task-table.c') diff --git a/calendar/gui/e-task-table.c b/calendar/gui/e-task-table.c index e8ba961d7e..b68dbea737 100644 --- a/calendar/gui/e-task-table.c +++ b/calendar/gui/e-task-table.c @@ -718,7 +718,7 @@ task_table_query_tooltip (GtkWidget *widget, comp_data->client, comp_data->icalcomp, &free_text); if (!(str && *str)) { if (free_text) - g_free ((gchar *)str); + g_free ((gchar *) str); free_text = FALSE; str = _("* No Summary *"); } @@ -737,7 +737,7 @@ task_table_query_tooltip (GtkWidget *widget, g_free (tmp); if (free_text) - g_free ((gchar *)str); + g_free ((gchar *) str); free_text = FALSE; w = gtk_event_box_new (); -- cgit v1.2.3