From 4c05b9e925764a6035e3d0fcbfc1f0458d36f5d9 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 29 Aug 2010 10:44:16 -0400 Subject: Coding style and whitespace cleanup. --- filter/e-filter-code.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'filter/e-filter-code.c') diff --git a/filter/e-filter-code.c b/filter/e-filter-code.c index ab2e19223c..510d4a8808 100644 --- a/filter/e-filter-code.c +++ b/filter/e-filter-code.c @@ -47,8 +47,8 @@ filter_code_build_code (EFilterElement *element, l = fi->values; while (l) { - g_string_append(out, (gchar *)l->data); - l = g_list_next(l); + g_string_append (out, (gchar *)l->data); + l = g_list_next (l); } if (!is_rawcode) -- cgit