diff libpurple/protocols/msn/transaction.c @ 20425:5048651671e1

Revert a bunch of whitespace changes so reviewing a diff against im.pidgin.pidgin doesn't make my eyes bleed quite as much
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 26 May 2007 13:59:07 +0000
parents 60bc06498746
children
line wrap: on
line diff
--- a/libpurple/protocols/msn/transaction.c	Sat May 26 13:11:35 2007 +0000
+++ b/libpurple/protocols/msn/transaction.c	Sat May 26 13:59:07 2007 +0000
@@ -205,7 +205,8 @@
 void
 msn_transaction_set_timeout_cb(MsnTransaction *trans, MsnTimeoutCb cb)
 {
-	if (trans->timer){
+	if (trans->timer)
+	{
 		purple_debug_error("msn", "This shouldn't be happening\n");
 		purple_timeout_remove(trans->timer);
 	}