diff pidgin/gtkblist-theme-loader.c @ 31086:a8cc50c2279f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:55:30 +0000
parents 57ae03fdb86f
children a7397a3d67ef f7be1e356a23
line wrap: on
line diff
--- a/pidgin/gtkblist-theme-loader.c	Tue Jan 04 06:42:45 2011 +0000
+++ b/pidgin/gtkblist-theme-loader.c	Tue Jan 04 06:55:30 2011 +0000
@@ -136,7 +136,7 @@
 	if (success) {
 		if ((success = (sub_node = xmlnode_get_child(root_node, "blist")) != NULL))
 			bgcolor = parse_color(sub_node, "color");
-		else 
+		else
 			purple_debug_warning("gtkblist-theme-loader", "Missing or problem with tags: <blist>.\n");
 	}