aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/main.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-07-13 11:33:07 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-07-13 11:33:07 +0800
commit0274669179600ac77475eed9870d2eab52c2cf14 (patch)
tree80f228649b670efac7f76ba5c0da5ed22a3a05c9 /calendar/gui/main.c
parentadb63f0f2156554a21dbfd8daba447001985e967 (diff)
downloadgsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.gz
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.zst
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.zip
Fix excessive whitespace.
Diffstat (limited to 'calendar/gui/main.c')
-rw-r--r--calendar/gui/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/calendar/gui/main.c b/calendar/gui/main.c
index a3a3a3339e..99245384ec 100644
--- a/calendar/gui/main.c
+++ b/calendar/gui/main.c
@@ -67,7 +67,6 @@ ECompEditorRegistry *comp_editor_registry = NULL;
/* The component editor factory */
static CompEditorFactory *comp_editor_factory = NULL;
-
/* Factory function for the calendar component factory; just creates and
* references a singleton service object.
*/
@@ -84,7 +83,6 @@ comp_editor_factory_fn (void)
return BONOBO_OBJECT (comp_editor_factory);
}
-
/* Does a simple activation and unreffing of the alarm notification service so
* that the daemon will be launched if it is not running yet.
*/
@@ -138,7 +136,6 @@ initialize (void)
launch_alarm_daemon ();
-
/* Initialize plugin system */
e_plugin_hook_register_type (e_cal_popup_hook_get_type());
e_plugin_hook_register_type (e_cal_menu_hook_get_type());