aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-01-19 10:24:06 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-01-19 12:48:48 +0800
commit59e6e599ba390b0aa720973ff297260d7d354b73 (patch)
tree42342a51edb84a0f08f3c2a49def3c60bc71d0fa /calendar
parent61ae36351b24cc676f60483d576706bf827f2987 (diff)
downloadgsoc2013-evolution-59e6e599ba390b0aa720973ff297260d7d354b73.tar
gsoc2013-evolution-59e6e599ba390b0aa720973ff297260d7d354b73.tar.gz
gsoc2013-evolution-59e6e599ba390b0aa720973ff297260d7d354b73.tar.bz2
gsoc2013-evolution-59e6e599ba390b0aa720973ff297260d7d354b73.tar.lz
gsoc2013-evolution-59e6e599ba390b0aa720973ff297260d7d354b73.tar.xz
gsoc2013-evolution-59e6e599ba390b0aa720973ff297260d7d354b73.tar.zst
gsoc2013-evolution-59e6e599ba390b0aa720973ff297260d7d354b73.zip
Coding style and whitespace cleanup.
Diffstat (limited to 'calendar')
-rw-r--r--calendar/alarm-notify/alarm-queue.c2
-rw-r--r--calendar/gui/e-cal-model-tasks.c4
-rw-r--r--calendar/gui/e-cal-model.c2
-rw-r--r--calendar/gui/e-task-table.c20
-rw-r--r--calendar/gui/print.c2
5 files changed, 15 insertions, 15 deletions
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;
};