From 2c4ae5e7685c462f8d464448e4617b8dea029e72 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 9 Nov 2012 22:40:00 -0500 Subject: Coding style and whitespace cleanup. --- calendar/gui/e-alarm-list.c | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'calendar/gui/e-alarm-list.c') diff --git a/calendar/gui/e-alarm-list.c b/calendar/gui/e-alarm-list.c index bbfb66326d..95d2329ad4 100644 --- a/calendar/gui/e-alarm-list.c +++ b/calendar/gui/e-alarm-list.c @@ -437,13 +437,15 @@ get_alarm_string (ECalComponentAlarm *alarm) if (trigger.u.rel_duration.is_neg) /*Translator: The first %s refers to the base, which would be actions like * "Play a Sound". Second %s refers to the duration string e.g:"15 minutes"*/ - str = g_strdup_printf (_("%s %s before the start of the appointment"), - base, dur); + str = g_strdup_printf ( + _("%s %s before the start of the appointment"), + base, dur); else /*Translator: The first %s refers to the base, which would be actions like * "Play a Sound". Second %s refers to the duration string e.g:"15 minutes"*/ - str = g_strdup_printf (_("%s %s after the start of the appointment"), - base, dur); + str = g_strdup_printf ( + _("%s %s after the start of the appointment"), + base, dur); g_free (dur); } else @@ -460,13 +462,15 @@ get_alarm_string (ECalComponentAlarm *alarm) if (trigger.u.rel_duration.is_neg) /* Translator: The first %s refers to the base, which would be actions like * "Play a Sound". Second %s refers to the duration string e.g:"15 minutes" */ - str = g_strdup_printf (_("%s %s before the end of the appointment"), - base, dur); + str = g_strdup_printf ( + _("%s %s before the end of the appointment"), + base, dur); else /* Translator: The first %s refers to the base, which would be actions like * "Play a Sound". Second %s refers to the duration string e.g:"15 minutes" */ - str = g_strdup_printf (_("%s %s after the end of the appointment"), - base, dur); + str = g_strdup_printf ( + _("%s %s after the end of the appointment"), + base, dur); g_free (dur); } else -- cgit v1.2.3