From 0109aa3a92b484ebb85c6481e5a8e39819b1f011 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 30 Jan 2011 11:32:55 -0500 Subject: More whitespace cleanup. --- calendar/gui/e-cal-component-preview.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'calendar/gui/e-cal-component-preview.c') diff --git a/calendar/gui/e-cal-component-preview.c b/calendar/gui/e-cal-component-preview.c index dc23153997..636e734d82 100644 --- a/calendar/gui/e-cal-component-preview.c +++ b/calendar/gui/e-cal-component-preview.c @@ -134,8 +134,8 @@ timet_to_str_with_zone (ECalComponentDateTime *dt, { struct icaltimetype itt; icaltimezone *zone; - struct tm tm; - gchar buf[256]; + struct tm tm; + gchar buf[256]; if (dt->tzid) { /* If we can't find the zone, we'll guess its "local" */ @@ -150,9 +150,9 @@ timet_to_str_with_zone (ECalComponentDateTime *dt, itt = *dt->value; if (zone) icaltimezone_convert_time (&itt, zone, default_zone); - tm = icaltimetype_to_tm (&itt); + tm = icaltimetype_to_tm (&itt); - e_time_format_date_and_time ( + e_time_format_date_and_time ( &tm, use_24_hour_format, FALSE, FALSE, buf, sizeof (buf)); -- cgit v1.2.3