Thu, 27 Nov 2008 05:51:03 +0000
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; }