changeset 31594:dc1c25b81efd

Small space to tab changes.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Wed, 11 May 2011 03:49:44 +0000
parents 06ed9020b784
children f018b3be6d2c
files libpurple/protocols/gg/gg.c
diffstat 1 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/gg/gg.c	Wed May 11 01:58:03 2011 +0000
+++ b/libpurple/protocols/gg/gg.c	Wed May 11 03:49:44 2011 +0000
@@ -1616,14 +1616,14 @@
 }
 
 static void ggp_typing_notification_handler(PurpleConnection *gc, uin_t uin, int length) {
-    gchar *from;
-
-    from = g_strdup_printf("%u", uin);
-    if (length)
-	serv_got_typing(gc, from, 0, PURPLE_TYPING);
-    else
-	serv_got_typing_stopped(gc, from);
-    g_free(from);
+	gchar *from;
+
+	from = g_strdup_printf("%u", uin);
+	if (length)
+		serv_got_typing(gc, from, 0, PURPLE_TYPING);
+	else
+		serv_got_typing_stopped(gc, from);
+	g_free(from);
 }
 
 /**
@@ -1790,7 +1790,7 @@
 				GG_S(ev->event.status60.status), ev->event.status60.descr);
 			break;
 		case GG_EVENT_USERLIST:
-	    		if (ev->event.userlist.type == GG_USERLIST_GET_REPLY) {
+			if (ev->event.userlist.type == GG_USERLIST_GET_REPLY) {
 				purple_debug_info("gg", "GG_USERLIST_GET_REPLY\n");
 				purple_notify_info(gc, NULL,
 					_("Buddy list downloaded"),