diff libpurple/protocols/gg/buddylist.c @ 31086:a8cc50c2279f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:55:30 +0000
parents 818f2845ab47
children e8d4755ef84b
line wrap: on
line diff
--- a/libpurple/protocols/gg/buddylist.c	Tue Jan 04 06:42:45 2011 +0000
+++ b/libpurple/protocols/gg/buddylist.c	Tue Jan 04 06:55:30 2011 +0000
@@ -82,7 +82,7 @@
 	gchar **users_tbl;
 	int i;
 	char *utf8buddylist = charset_convert(buddylist, "CP1250", "UTF-8");
-	
+
 	/* Don't limit the number of records in a buddylist. */
 	users_tbl = g_strsplit(utf8buddylist, "\r\n", -1);
 
@@ -95,7 +95,7 @@
 
 		data_tbl = g_strsplit(users_tbl[i], ";", 8);
 		if (ggp_array_size(data_tbl) < 8) {
-			purple_debug_warning("gg", 
+			purple_debug_warning("gg",
 				"Something is wrong on line %d of the buddylist. Skipping.\n",
 				i + 1);
 			continue;