diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-05-08 20:05:11 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-05-08 20:28:09 +0800 |
commit | 58ef54715147561c2b8d458dd75c44223c46ac10 (patch) | |
tree | 56fff6b4e7f64b2a62641e065e465bbac4f6bfcc /plugins/publish-calendar | |
parent | 0ccccead12fae581ea9be349154928c1215896d5 (diff) | |
download | gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar.gz gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar.bz2 gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar.lz gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar.xz gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar.zst gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.zip |
Coding style and whitespace cleanup.
Diffstat (limited to 'plugins/publish-calendar')
-rw-r--r-- | plugins/publish-calendar/publish-format-fb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/publish-calendar/publish-format-fb.c b/plugins/publish-calendar/publish-format-fb.c index c062994720..28393040da 100644 --- a/plugins/publish-calendar/publish-format-fb.c +++ b/plugins/publish-calendar/publish-format-fb.c @@ -120,8 +120,8 @@ write_calendar (const gchar *uid, gboolean done = FALSE; /* This is to workaround broken dispatch of "free-busy-data" signal, - introduced in 3.8.0. This code can be removed once the below bug is - properly fixed: https://bugzilla.gnome.org/show_bug.cgi?id=692361 + * introduced in 3.8.0. This code can be removed once the below bug is + * properly fixed: https://bugzilla.gnome.org/show_bug.cgi?id=692361 */ while (!done) { g_usleep (G_USEC_PER_SEC / 10); |