From 59e6e599ba390b0aa720973ff297260d7d354b73 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 18 Jan 2012 21:24:06 -0500 Subject: Coding style and whitespace cleanup. --- calendar/alarm-notify/alarm-queue.c | 2 +- calendar/gui/e-cal-model-tasks.c | 4 ++-- calendar/gui/e-cal-model.c | 2 +- calendar/gui/e-task-table.c | 20 ++++++++++---------- calendar/gui/print.c | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) (limited to 'calendar') diff --git a/calendar/alarm-notify/alarm-queue.c b/calendar/alarm-notify/alarm-queue.c index f7597338a7..f30ce00af7 100644 --- a/calendar/alarm-notify/alarm-queue.c +++ b/calendar/alarm-notify/alarm-queue.c @@ -1054,7 +1054,7 @@ edit_component (ECalClient *cal_client, static void print_component (ECalClient *cal_client, - ECalComponent *comp) + ECalComponent *comp) { print_comp (comp, cal_client, diff --git a/calendar/gui/e-cal-model-tasks.c b/calendar/gui/e-cal-model-tasks.c index fdbcd379b4..f4f41cf81e 100644 --- a/calendar/gui/e-cal-model-tasks.c +++ b/calendar/gui/e-cal-model-tasks.c @@ -1236,7 +1236,7 @@ e_cal_model_tasks_get_highlight_due_today (ECalModelTasks *model) void e_cal_model_tasks_set_highlight_due_today (ECalModelTasks *model, - gboolean highlight) + gboolean highlight) { g_return_if_fail (E_IS_CAL_MODEL_TASKS (model)); @@ -1279,7 +1279,7 @@ e_cal_model_tasks_get_highlight_overdue (ECalModelTasks *model) void e_cal_model_tasks_set_highlight_overdue (ECalModelTasks *model, - gboolean highlight) + gboolean highlight) { g_return_if_fail (E_IS_CAL_MODEL_TASKS (model)); diff --git a/calendar/gui/e-cal-model.c b/calendar/gui/e-cal-model.c index 7344e87916..2255ec4b35 100644 --- a/calendar/gui/e-cal-model.c +++ b/calendar/gui/e-cal-model.c @@ -1058,7 +1058,7 @@ set_categories (ECalModelComponent *comp_data, comp_data->priv->categories_str = NULL; /* then set a new value; no need to populate categories_str, - it'll be populated on demand (in the get_categories() function) + * it'll be populated on demand (in the get_categories() function) */ if (value && *value) { prop = icalproperty_new_categories (value); diff --git a/calendar/gui/e-task-table.c b/calendar/gui/e-task-table.c index 4efe8d0669..4b6d671af3 100644 --- a/calendar/gui/e-task-table.c +++ b/calendar/gui/e-task-table.c @@ -289,8 +289,8 @@ delete_selected_components (ETaskTable *task_table) static void task_table_queue_draw_cb (ECalModelTasks *tasks_model, - GParamSpec *param, - GtkWidget *task_table) + GParamSpec *param, + GtkWidget *task_table) { g_return_if_fail (task_table != NULL); @@ -1677,10 +1677,10 @@ e_task_table_get_paste_target_list (ETaskTable *task_table) static void task_table_get_object_list_async (GList *clients_list, - const gchar *sexp, - GCancellable *cancellable, - GAsyncReadyCallback callback, - gpointer callback_data) + const gchar *sexp, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer callback_data) { GList *l; @@ -1695,8 +1695,8 @@ task_table_get_object_list_async (GList *clients_list, static void hide_completed_rows_ready (GObject *source_object, - GAsyncResult *result, - gpointer user_data) + GAsyncResult *result, + gpointer user_data) { ECalModel *model = user_data; GSList *m, *objects; @@ -1758,8 +1758,8 @@ hide_completed_rows_ready (GObject *source_object, static void show_completed_rows_ready (GObject *source_object, - GAsyncResult *result, - gpointer user_data) + GAsyncResult *result, + gpointer user_data) { ECalClient *client; ECalModel *model = user_data; diff --git a/calendar/gui/print.c b/calendar/gui/print.c index 1e991352e6..80bd508df0 100644 --- a/calendar/gui/print.c +++ b/calendar/gui/print.c @@ -207,7 +207,7 @@ struct pdinfo gint end_minute_offset; gint rows; gint mins_per_row; - guint8 cols_per_row[CALC_DAY_VIEW_ROWS(1)]; + guint8 cols_per_row[CALC_DAY_VIEW_ROWS (1)]; gboolean use_24_hour_format; icaltimezone *zone; }; -- cgit v1.2.3