From ebcce86769d174cce6e881740c5e9bcedce28e06 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 11 Sep 2010 11:50:51 -0400 Subject: Coding style and whitespace cleanups. --- e-util/e-html-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'e-util/e-html-utils.c') diff --git a/e-util/e-html-utils.c b/e-util/e-html-utils.c index f6743b9f75..8a859ac378 100644 --- a/e-util/e-html-utils.c +++ b/e-util/e-html-utils.c @@ -240,7 +240,7 @@ e_text_to_html_full (const gchar *input, guint flags, guint32 color) saw_citation = is_citation (cur, saw_citation); if (saw_citation) { if (!colored) { - gchar font [25]; + gchar font[25]; g_snprintf (font, 25, "", color); -- cgit v1.2.3