From 58ef54715147561c2b8d458dd75c44223c46ac10 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 8 May 2013 08:05:11 -0400 Subject: Coding style and whitespace cleanup. --- plugins/publish-calendar/publish-format-fb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 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 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); -- cgit