diff libpurple/protocols/jabber/buddy.c @ 31534:a8cc50c2279f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:55:30 +0000
parents c44ec533a48c
children ea2a155b4439
line wrap: on
line diff
--- a/libpurple/protocols/jabber/buddy.c	Tue Jan 04 06:42:45 2011 +0000
+++ b/libpurple/protocols/jabber/buddy.c	Tue Jan 04 06:55:30 2011 +0000
@@ -2305,17 +2305,17 @@
 	const gchar *category)
 {
 	const GList *iter = NULL;
-	
+
 	if (jbr->caps.info) {
 		for (iter = jbr->caps.info->identities ; iter ; iter = g_list_next(iter)) {
-			const JabberIdentity *identity = 
+			const JabberIdentity *identity =
 				(JabberIdentity *) iter->data;
-		
+
 			if (strcmp(identity->category, category) == 0) {
 				return identity->type;
 			}
 		}
 	}
-		
+
 	return NULL;
 }