# HG changeset patch # User Luke Schierer # Date 1093398341 0 # Node ID 68561f39acdc63e821278ee4a9387548fa0f2f92 # Parent 65b3156f9f4810675503825de80f4a0878247e70 [gaim-migrate @ 10740] (21:31:26) shx: esthetic changes (appears to be whitespace changes) committer: Tailor Script diff -r 65b3156f9f48 -r 68561f39acdc src/protocols/msn/slp.c --- a/src/protocols/msn/slp.c Wed Aug 25 01:43:54 2004 +0000 +++ b/src/protocols/msn/slp.c Wed Aug 25 01:45:41 2004 +0000 @@ -287,7 +287,7 @@ } slpsession = msn_slplink_find_slp_session(slplink, - slpcall->session_id); + slpcall->session_id); /* DATA PREP */ slpmsg = msn_slpmsg_new(slplink); @@ -771,9 +771,7 @@ sl = gaim_find_buddies(account, msn_object_get_creator(obj)); if (sl == NULL) - { return FALSE; - } buddy = (GaimBuddy *)sl->data; @@ -781,9 +779,7 @@ new = msn_object_get_sha1c(obj); if (new == NULL) - { return FALSE; - } if (old != NULL && !strcmp(old, new)) return TRUE; diff -r 65b3156f9f48 -r 68561f39acdc src/protocols/msn/slplink.c --- a/src/protocols/msn/slplink.c Wed Aug 25 01:43:54 2004 +0000 +++ b/src/protocols/msn/slplink.c Wed Aug 25 01:45:41 2004 +0000 @@ -658,7 +658,7 @@ char *msnobj_base64; g_return_if_fail(slplink != NULL); - g_return_if_fail(obj != NULL); + g_return_if_fail(obj != NULL); msnobj_data = msn_object_to_string(obj); msnobj_base64 = gaim_base64_encode(msnobj_data, strlen(msnobj_data)); diff -r 65b3156f9f48 -r 68561f39acdc src/protocols/msn/userlist.c --- a/src/protocols/msn/userlist.c Wed Aug 25 01:43:54 2004 +0000 +++ b/src/protocols/msn/userlist.c Wed Aug 25 01:45:41 2004 +0000 @@ -216,7 +216,9 @@ if (list_id == MSN_LIST_FL) { - GaimConnection *gc = gaim_account_get_connection(account); + GaimConnection *gc; + + gc = gaim_account_get_connection(account); serv_got_alias(gc, passport, friendly); @@ -240,7 +242,9 @@ } else if (list_id == MSN_LIST_RL) { - GaimConnection *gc = gaim_account_get_connection(account); + GaimConnection *gc; + + gc = gaim_account_get_connection(account); gaim_debug_info("msn", "%s has added you to his or her contact list.\n",