cpw.rekkanoryo.icqmd5auth, im.pidgin.pidgin: 30f5edbb: Fix the indentation level on the code ch...

rlaager at pidgin.im rlaager at pidgin.im
Sat Nov 15 19:30:43 EST 2008


-----------------------------------------------------------------
Revision: 30f5edbbf2231f0a5860aca0858e1ab1d9d6d721
Ancestor: 346c4d5ca1e54139bd6af4f3e4097f42cdf043be
Author: rlaager at pidgin.im
Date: 2008-11-15T23:08:43
Branch: im.pidgin.cpw.rekkanoryo.icqmd5auth
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/30f5edbbf2231f0a5860aca0858e1ab1d9d6d721

Modified files:
        libpurple/protocols/oscar/oscar.c

ChangeLog: 

Fix the indentation level on the code changed by the last patch.

-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/oscar.c	2002dfbd9a4c56f8c69bf75a6ea4409f8427035d
+++ libpurple/protocols/oscar/oscar.c	58400df53ec856ac2be0cf49540f2f76e5a6724f
@@ -1142,7 +1142,7 @@ connection_established_cb(gpointer data,
 	conn->watcher_incoming = purple_input_add(conn->fd,
 			PURPLE_INPUT_READ, flap_connection_recv_cb, conn);
 	if (conn->cookie == NULL)
-			flap_connection_send_version(od, conn);
+		flap_connection_send_version(od, conn);
 	else
 	{
 		flap_connection_send_version_with_cookie(od, conn,


More information about the Commits mailing list