diff src/protocols/msn/cmdproc.c @ 19737:995aea35b05c

[gaim-migrate @ 16329] change it to windows Live Messenger Basic TWN authentication OK now committer: Ethan Blanton <elb@pidgin.im>
author Ma Yuan <mayuan2006@gmail.com>
date Sat, 24 Jun 2006 12:04:32 +0000
parents 1a97d5e88d12
children bc30c6270d9f
line wrap: on
line diff
--- a/src/protocols/msn/cmdproc.c	Thu Jun 22 08:33:54 2006 +0000
+++ b/src/protocols/msn/cmdproc.c	Sat Jun 24 12:04:32 2006 +0000
@@ -228,8 +228,7 @@
 {
 	MsnMsgTypeCb cb;
 
-	if (msn_message_get_content_type(msg) == NULL)
-	{
+	if (msn_message_get_content_type(msg) == NULL){
 		gaim_debug_misc("msn", "failed to find message content\n");
 		return;
 	}
@@ -237,8 +236,7 @@
 	cb = g_hash_table_lookup(cmdproc->cbs_table->msgs,
 							 msn_message_get_content_type(msg));
 
-	if (cb == NULL)
-	{
+	if (cb == NULL){
 		gaim_debug_warning("msn", "Unhandled content-type '%s'\n",
 						   msn_message_get_content_type(msg));