From: Guillaume Desmottes Date: Wed, 24 Jun 2009 14:27:19 +0000 (+0100) Subject: empathy-utils: remove trailing tabs X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=66a3fe50151f3fb7498e38b8b3a4f54918244baf empathy-utils: remove trailing tabs --- diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 47746f53..fca7fcb5 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -193,7 +193,7 @@ empathy_xml_node_get_child_content (xmlNodePtr node, if (l) { return xmlNodeGetContent (l); } - + return NULL; } @@ -220,10 +220,10 @@ empathy_xml_node_find_child_prop_value (xmlNodePtr node, if (prop && strcmp (prop, prop_value) == 0) { found = l; } - + xmlFree (prop); } - + return found; }