Whitespace fix

Thu, 27 Nov 2008 05:51:03 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Thu, 27 Nov 2008 05:51:03 +0000
changeset 24815
e39946ccf2a9
parent 24814
9e3c1c3b4123
child 24816
bd870d9ff0ab

Whitespace fix

libpurple/protocols/qq/qq_network.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/qq/qq_network.c	Thu Nov 27 05:49:01 2008 +0000
+++ b/libpurple/protocols/qq/qq_network.c	Thu Nov 27 05:51:03 2008 +0000
@@ -126,8 +126,8 @@
 	/* get new server */
 	index  = rand() % count;
 	it = g_list_nth(qd->servers, index);
-    qd->curr_server = it->data;		/* do not free server_name */
-    if (qd->curr_server == NULL || strlen(qd->curr_server) <= 0 ) {
+	qd->curr_server = it->data;		/* do not free server_name */
+	if (qd->curr_server == NULL || strlen(qd->curr_server) <= 0 ) {
 		purple_debug_info("QQ", "Server name at %d is empty\n", index);
 		return FALSE;
 	}

mercurial