From cd53ba990035bdb4861d9660917d457533d4ecb2 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 11 Sep 2010 14:56:28 -0400 Subject: Coding style cleanups. --- plugins/publish-calendar/publish-format-fb.c | 2 +- plugins/publish-calendar/url-editor-dialog.c | 60 ++++++++++++++-------------- 2 files changed, 31 insertions(+), 31 deletions(-) (limited to 'plugins/publish-calendar') diff --git a/plugins/publish-calendar/publish-format-fb.c b/plugins/publish-calendar/publish-format-fb.c index e75dc79b2d..97c90080fe 100644 --- a/plugins/publish-calendar/publish-format-fb.c +++ b/plugins/publish-calendar/publish-format-fb.c @@ -39,7 +39,7 @@ write_calendar (gchar *uid, ESourceList *source_list, GOutputStream *stream, gin ECal *client = NULL; GList *objects; icaltimezone *utc; - time_t start = time(NULL), end; + time_t start = time (NULL), end; icalcomponent *top_level; gchar *email = NULL; GList *users = NULL; diff --git a/plugins/publish-calendar/url-editor-dialog.c b/plugins/publish-calendar/url-editor-dialog.c index 69cce8b0d2..b6bc9422a7 100644 --- a/plugins/publish-calendar/url-editor-dialog.c +++ b/plugins/publish-calendar/url-editor-dialog.c @@ -339,36 +339,36 @@ url_editor_dialog_construct (UrlEditorDialog *dialog) e_load_ui_builder_definition (dialog->builder, "publish-calendar.ui"); #define GW(name) ((dialog->name) = e_builder_get_widget (dialog->builder, #name)) - GW(type_selector); - GW(fb_duration_label); - GW(fb_duration_spin); - GW(fb_duration_combo); - GW(publish_frequency); - - GW(events_swin); - - GW(publish_service); - GW(server_entry); - GW(file_entry); - - GW(port_entry); - GW(username_entry); - GW(password_entry); - GW(remember_pw); - - GW(optional_label); - - GW(port_hbox); - GW(username_hbox); - GW(password_hbox); - GW(server_hbox); - GW(file_hbox); - - GW(port_label); - GW(username_label); - GW(password_label); - GW(server_label); - GW(file_label); + GW (type_selector); + GW (fb_duration_label); + GW (fb_duration_spin); + GW (fb_duration_combo); + GW (publish_frequency); + + GW (events_swin); + + GW (publish_service); + GW (server_entry); + GW (file_entry); + + GW (port_entry); + GW (username_entry); + GW (password_entry); + GW (remember_pw); + + GW (optional_label); + + GW (port_hbox); + GW (username_hbox); + GW (password_hbox); + GW (server_hbox); + GW (file_hbox); + + GW (port_label); + GW (username_label); + GW (password_label); + GW (server_label); + GW (file_label); #undef GW uri = dialog->uri; -- cgit v1.2.3