From 89777f0726a0127daddd593c8a28384204cb7aaf Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 13 May 2012 09:15:42 -0400 Subject: Whitespace cleanups. --- calendar/gui/dialogs/comp-editor.c | 4 ++-- calendar/gui/dialogs/event-page.c | 4 ++-- calendar/gui/dialogs/memo-page.c | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) (limited to 'calendar/gui') diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c index b647960b2f..55a602c8dc 100644 --- a/calendar/gui/dialogs/comp-editor.c +++ b/calendar/gui/dialogs/comp-editor.c @@ -921,7 +921,7 @@ remove_event_dialog (ECalClient *client, static void save_and_close_editor (CompEditor *editor, - gboolean can_close) + gboolean can_close) { CompEditorPrivate *priv = editor->priv; EAttachmentStore *store; @@ -1047,7 +1047,7 @@ action_save_cb (GtkAction *action, static void action_save_and_close_cb (GtkAction *action, - CompEditor *editor) + CompEditor *editor) { save_and_close_editor (editor, TRUE); } diff --git a/calendar/gui/dialogs/event-page.c b/calendar/gui/dialogs/event-page.c index 32f7edd07e..813b2dcc33 100644 --- a/calendar/gui/dialogs/event-page.c +++ b/calendar/gui/dialogs/event-page.c @@ -1983,8 +1983,8 @@ minute_sel_changed (GtkSpinButton *widget, static gboolean minute_sel_focus_out (GtkSpinButton *widget, - GdkEvent *event, - EventPage *epage) + GdkEvent *event, + EventPage *epage) { const gchar *text; gint hours, minutes; diff --git a/calendar/gui/dialogs/memo-page.c b/calendar/gui/dialogs/memo-page.c index dcc3c94e33..715681445c 100644 --- a/calendar/gui/dialogs/memo-page.c +++ b/calendar/gui/dialogs/memo-page.c @@ -909,7 +909,6 @@ get_widgets (MemoPage *mpage) G_BINDING_SYNC_CREATE); } - return (priv->memo_content && priv->categories_btn && priv->categories -- cgit v1.2.3