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. --- 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 45ac6cf09c..d1c03563a2 100644 --- a/calendar/gui/e-task-table.c +++ b/calendar/gui/e-task-table.c @@ -785,7 +785,7 @@ task_table_query_tooltip (GtkWidget *widget, &tmp_tm, use_24_hour_format, FALSE, FALSE, buff, 1000); - if (buff [0]) { + if (buff[0]) { g_string_append (tmp2, _("Start: ")); g_string_append (tmp2, buff); } @@ -800,7 +800,7 @@ task_table_query_tooltip (GtkWidget *widget, &tmp_tm, use_24_hour_format, FALSE, FALSE, buff, 1000); - if (buff [0]) { + if (buff[0]) { if (tmp2->len) g_string_append (tmp2, "; "); -- cgit v1.2.3