From 0109aa3a92b484ebb85c6481e5a8e39819b1f011 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 30 Jan 2011 11:32:55 -0500 Subject: More whitespace cleanup. --- plugins/save-calendar/csv-format.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/save-calendar') diff --git a/plugins/save-calendar/csv-format.c b/plugins/save-calendar/csv-format.c index 6b147d88a2..a91c813799 100644 --- a/plugins/save-calendar/csv-format.c +++ b/plugins/save-calendar/csv-format.c @@ -281,9 +281,9 @@ userstring_to_systemstring (const gchar *userstring) i++; break; case 't': - str = g_string_append_c (str, '\t'); - i++; - break; + str = g_string_append_c (str, '\t'); + i++; + break; } } else { str = g_string_append_c (str, text[i]); -- cgit v1.2.3