Mercurial > pidgin.yaz
changeset 9861:68561f39acdc
[gaim-migrate @ 10740]
(21:31:26) shx: esthetic changes
(appears to be whitespace changes)
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Wed, 25 Aug 2004 01:45:41 +0000 |
parents | 65b3156f9f48 |
children | ce03c2646a40 |
files | src/protocols/msn/slp.c src/protocols/msn/slplink.c src/protocols/msn/userlist.c |
diffstat | 3 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- 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;
--- 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));
--- 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",