diff libpurple/protocols/jabber/xdata.c @ 25952:5f9a24d1c25e

Remove some extra trailing whitespace I noticed after merging mlundblad's xmpp branches.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 02 Mar 2009 06:37:05 +0000
parents 9cb1e75854f1
children f4161d588b25
line wrap: on
line diff
--- a/libpurple/protocols/jabber/xdata.c	Mon Mar 02 06:26:15 2009 +0000
+++ b/libpurple/protocols/jabber/xdata.c	Mon Mar 02 06:37:05 2009 +0000
@@ -372,7 +372,7 @@
 		if(field && xmlnode_get_child(fn, "required"))
 			purple_request_field_set_required(field,TRUE);
 	}
-	
+
 	if(actions != NULL) {
 		PurpleRequestField *actionfield;
 		GList *action;
@@ -382,7 +382,7 @@
 
 		for(action = actions; action; action = g_list_next(action)) {
 			JabberXDataAction *a = action->data;
-			
+
 			purple_request_field_choice_add(actionfield, a->name);
 			data->actions = g_list_append(data->actions, g_strdup(a->handle));
 		}