From 23f5773903d64a554d977ae7d0ebbaca73528f1f Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 30 Nov 2011 20:53:20 -0600 Subject: Coding style and whitespace cleanup. --- calendar/gui/e-cal-model.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'calendar/gui/e-cal-model.h') diff --git a/calendar/gui/e-cal-model.h b/calendar/gui/e-cal-model.h index 6dd04675ed..3b4089bb25 100644 --- a/calendar/gui/e-cal-model.h +++ b/calendar/gui/e-cal-model.h @@ -310,10 +310,12 @@ void e_cal_model_update_comp_time (ECalModel *model, ECalModelComponent *comp_data, gconstpointer time_value, icalproperty_kind kind, - void (*set_func)(icalproperty *prop, struct icaltimetype v), - icalproperty * (*new_func)(struct icaltimetype v)); + void (*set_func) (icalproperty *prop, + struct icaltimetype v), + icalproperty * (*new_func) (struct icaltimetype v)); -void e_cal_model_update_status_message (ECalModel *model, +void e_cal_model_update_status_message + (ECalModel *model, const gchar *message, gdouble percent); -- cgit v1.2.3