changeset 12284:ecd471d1eeec

[gaim-migrate @ 14588] Some whitespace stuff, so it doesn't clutter up my next commit. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 01 Dec 2005 19:55:35 +0000
parents 4396691844e2
children af257d8679fe
files src/protocols/jabber/buddy.c src/protocols/jabber/iq.c src/protocols/jabber/jabber.c
diffstat 3 files changed, 4 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/jabber/buddy.c	Thu Dec 01 05:58:43 2005 +0000
+++ b/src/protocols/jabber/buddy.c	Thu Dec 01 19:55:35 2005 +0000
@@ -1298,7 +1298,7 @@
 	const char *from;
 
 	/* i forget, do i have to check for error? XXX */
-	if(!(from= xmlnode_get_attrib(packet, "from")))
+	if(!(from = xmlnode_get_attrib(packet, "from")))
 		return;
 
 
--- a/src/protocols/jabber/iq.c	Thu Dec 01 05:58:43 2005 +0000
+++ b/src/protocols/jabber/iq.c	Thu Dec 01 19:55:35 2005 +0000
@@ -318,9 +318,7 @@
 		}
 	}
 
-
 	/* If we get here, send the default error reply mandated by XMPP-CORE */
-
 	if(type && (!strcmp(type, "set") || !strcmp(type, "get"))) {
 		JabberIq *iq = jabber_iq_new(js, JABBER_IQ_ERROR);
 
--- a/src/protocols/jabber/jabber.c	Thu Dec 01 05:58:43 2005 +0000
+++ b/src/protocols/jabber/jabber.c	Thu Dec 01 19:55:35 2005 +0000
@@ -1169,17 +1169,17 @@
 	GaimPluginAction *act;
 
 	act = gaim_plugin_action_new(_("Set User Info..."),
-			jabber_setup_set_info);
+	                jabber_setup_set_info);
 	m = g_list_append(m, act);
 
 	/* if (js->protocol_options & CHANGE_PASSWORD) { */
 		act = gaim_plugin_action_new(_("Change Password..."),
-				jabber_password_change);
+		                jabber_password_change);
 		m = g_list_append(m, act);
 	/* } */
 
 	act = gaim_plugin_action_new(_("Search for Users..."),
-			jabber_user_search_begin);
+	                jabber_user_search_begin);
 	m = g_list_append(m, act);
 
 	return m;