diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-24 22:27:19 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-25 00:32:27 +0800 |
commit | 66a3fe50151f3fb7498e38b8b3a4f54918244baf (patch) | |
tree | c069bd7d18eb1efce515f21289c018c33aed7414 /libempathy | |
parent | 3106afc8993db5df27ff41dd715469b66aaf4912 (diff) | |
download | gsoc2013-empathy-66a3fe50151f3fb7498e38b8b3a4f54918244baf.tar gsoc2013-empathy-66a3fe50151f3fb7498e38b8b3a4f54918244baf.tar.gz gsoc2013-empathy-66a3fe50151f3fb7498e38b8b3a4f54918244baf.tar.bz2 gsoc2013-empathy-66a3fe50151f3fb7498e38b8b3a4f54918244baf.tar.lz gsoc2013-empathy-66a3fe50151f3fb7498e38b8b3a4f54918244baf.tar.xz gsoc2013-empathy-66a3fe50151f3fb7498e38b8b3a4f54918244baf.tar.zst gsoc2013-empathy-66a3fe50151f3fb7498e38b8b3a4f54918244baf.zip |
empathy-utils: remove trailing tabs
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-utils.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 47746f536..fca7fcb5f 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; } |