From 8a186c3588d3598857c36e2122fa68d01eba30fd Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 8 May 2011 13:24:42 -0400 Subject: Coding style cleanups. --- filter/e-filter-part.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'filter/e-filter-part.c') diff --git a/filter/e-filter-part.c b/filter/e-filter-part.c index 2b75b30235..521c0781aa 100644 --- a/filter/e-filter-part.c +++ b/filter/e-filter-part.c @@ -173,14 +173,14 @@ e_filter_part_xml_create (EFilterPart *part, } else if (!strcmp ((gchar *)n->name, "title") || !strcmp ((gchar *)n->name, "_title")) { if (!part->title) { - str = (gchar *)xmlNodeGetContent (n); + str = (gchar *) xmlNodeGetContent (n); part->title = g_strdup (str); if (str) xmlFree (str); } } else if (!strcmp ((gchar *)n->name, "code")) { if (!part->code) { - str = (gchar *)xmlNodeGetContent (n); + str = (gchar *) xmlNodeGetContent (n); part->code = g_strdup (str); if (str) xmlFree (str); -- cgit v1.2.3