aboutsummaryrefslogtreecommitdiffstats
path: root/filter/e-filter-code.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-07-12 20:02:18 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-08-20 02:17:55 +0800
commitc85109fc322137596bf34cffc5445d568223c60d (patch)
tree711e6d5b2eb3d6c7780d1d01e20d980c67a77f9e /filter/e-filter-code.c
parent7d1751cc26a75166019917ec8c3b35e1083d27d6 (diff)
downloadgsoc2013-evolution-c85109fc322137596bf34cffc5445d568223c60d.tar.gz
gsoc2013-evolution-c85109fc322137596bf34cffc5445d568223c60d.tar.zst
gsoc2013-evolution-c85109fc322137596bf34cffc5445d568223c60d.zip
Coding style and whitespace cleanup.
Diffstat (limited to 'filter/e-filter-code.c')
-rw-r--r--filter/e-filter-code.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/e-filter-code.c b/filter/e-filter-code.c
index 0476f0678c..394f682b60 100644
--- a/filter/e-filter-code.c
+++ b/filter/e-filter-code.c
@@ -44,7 +44,7 @@ filter_code_build_code (EFilterElement *element,
gboolean is_rawcode = fi && fi->type && g_str_equal (fi->type, "rawcode");
if (!is_rawcode)
- g_string_append(out, "(match-all ");
+ g_string_append (out, "(match-all ");
l = fi->values;
while (l) {
@@ -95,7 +95,7 @@ e_filter_code_new (gboolean raw_code)
if (fc && raw_code) {
xmlFree (((EFilterInput *) fc)->type);
- ((EFilterInput *) fc)->type = (gchar *)xmlStrdup ((xmlChar *)"rawcode");
+ ((EFilterInput *) fc)->type = (gchar *) xmlStrdup ((xmlChar *)"rawcode");
}
return fc;