aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/publish-calendar
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-09-12 02:56:28 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-09-13 20:28:58 +0800
commitcd53ba990035bdb4861d9660917d457533d4ecb2 (patch)
treed9c9da2208f4a921c514497ea92d27e3d88481d1 /plugins/publish-calendar
parentb2b27cfa1bfcd6efdac30d2745a6e8cd4e6de134 (diff)
downloadgsoc2013-evolution-cd53ba990035bdb4861d9660917d457533d4ecb2.tar
gsoc2013-evolution-cd53ba990035bdb4861d9660917d457533d4ecb2.tar.gz
gsoc2013-evolution-cd53ba990035bdb4861d9660917d457533d4ecb2.tar.bz2
gsoc2013-evolution-cd53ba990035bdb4861d9660917d457533d4ecb2.tar.lz
gsoc2013-evolution-cd53ba990035bdb4861d9660917d457533d4ecb2.tar.xz
gsoc2013-evolution-cd53ba990035bdb4861d9660917d457533d4ecb2.tar.zst
gsoc2013-evolution-cd53ba990035bdb4861d9660917d457533d4ecb2.zip
Coding style cleanups.
Diffstat (limited to 'plugins/publish-calendar')
-rw-r--r--plugins/publish-calendar/publish-format-fb.c2
-rw-r--r--plugins/publish-calendar/url-editor-dialog.c60
2 files changed, 31 insertions, 31 deletions
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;