[empathy] empathy-utils: remove trailing tabs



commit 66a3fe50151f3fb7498e38b8b3a4f54918244baf
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed Jun 24 15:27:19 2009 +0100

    empathy-utils: remove trailing tabs

 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 47746f5..fca7fcb 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;
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]