From 9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 14 Nov 2007 22:04:21 +0000 Subject: ** Remove trailing whitespace from source code. 2007-11-14 Matthew Barnes ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537 --- calendar/gui/e-alarm-list.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 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 e3d9ece911..1a3dd3dc08 100644 --- a/calendar/gui/e-alarm-list.c +++ b/calendar/gui/e-alarm-list.c @@ -229,7 +229,7 @@ e_alarm_list_finalize (GObject *object) } /* Fulfill the GtkTreeModel requirements */ -static GtkTreeModelFlags +static GtkTreeModelFlags e_alarm_list_get_flags (GtkTreeModel *tree_model) { g_return_val_if_fail (E_IS_ALARM_LIST (tree_model), 0); @@ -473,20 +473,20 @@ get_alarm_string (ECalComponentAlarm *alarm) if (dur) { if (trigger.u.rel_duration.is_neg) - /*Translator: The first %s refers to the base, which would be actions like + /*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); else - /*Translator: The first %s refers to the base, which would be actions like + /*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); g_free (dur); } else - /*Translator: The %s refers to the base, which would be actions like - * "Play a sound" */ + /*Translator: The %s refers to the base, which would be actions like + * "Play a sound" */ str = g_strdup_printf (_("%s at the start of the appointment"), base); break; @@ -496,20 +496,20 @@ get_alarm_string (ECalComponentAlarm *alarm) if (dur) { if (trigger.u.rel_duration.is_neg) - /* Translator: The first %s refers to the base, which would be actions like + /* 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); else - /* Translator: The first %s refers to the base, which would be actions like + /* 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); g_free (dur); } else - /* Translator: The %s refers to the base, which would be actions like - * "Play a sound" */ + /* Translator: The %s refers to the base, which would be actions like + * "Play a sound" */ str = g_strdup_printf (_("%s at the end of the appointment"), base); break; @@ -532,7 +532,7 @@ get_alarm_string (ECalComponentAlarm *alarm) e_time_format_date_and_time (&tm, calendar_config_get_24_hour_format (), FALSE, FALSE, buf, sizeof (buf)); - /* Translator: The first %s refers to the base, which would be actions like + /* Translator: The first %s refers to the base, which would be actions like * "Play a Sound". Second %s is an absolute time, e.g. "10:00AM" */ str = g_strdup_printf (_("%s at %s"), base, buf); @@ -540,7 +540,7 @@ get_alarm_string (ECalComponentAlarm *alarm) case E_CAL_COMPONENT_ALARM_TRIGGER_NONE: default: - /* Translator: The %s refers to the base, which would be actions like + /* Translator: The %s refers to the base, which would be actions like * "Play a sound". "Trigger types" are absolute or relative dates */ str = g_strdup_printf (_("%s for an unknown trigger type"), base); break; -- cgit v1.2.3