Mercurial > pidgin.yaz
diff libpurple/protocols/msn/msn.c @ 31534:a8cc50c2279f
Remove trailing whitespace
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 04 Jan 2011 06:55:30 +0000 |
parents | b78991ee326c |
children | fa88dc1dcabb d235da74af79 ea2a155b4439 |
line wrap: on
line diff
--- a/libpurple/protocols/msn/msn.c Tue Jan 04 06:42:45 2011 +0000 +++ b/libpurple/protocols/msn/msn.c Tue Jan 04 06:55:30 2011 +0000 @@ -200,7 +200,7 @@ { const char *type, *friendlyname; struct public_alias_closure *closure; - + g_return_if_fail(cmd->param_count >= 3); type = cmd->params[1]; g_return_if_fail(!strcmp(type, "MFN")); @@ -737,7 +737,7 @@ char *blocked_text; blocked_text = g_strdup_printf(_("MSN servers are currently blocking the following regular expressions:<br/>%s"), session->blocked_text); - + purple_notify_formatted(pc, title, title, NULL, blocked_text, NULL, NULL); g_free(blocked_text); } @@ -760,7 +760,7 @@ return; } - /** apparently the correct value is 777, use 750 as a failsafe */ + /** apparently the correct value is 777, use 750 as a failsafe */ if ((session->passport_info.mail_url == NULL) || (time (NULL) - session->passport_info.mail_timestamp >= 750)) { MsnTransaction *trans; @@ -1586,7 +1586,7 @@ swboard != NULL) { /*User online or have a swboard open because it's invisible * and sent us a message,then send Online Instant Message*/ - + if (msglen + strlen(msgformat) + strlen(VERSION) > 1564) { g_free(msgformat); @@ -1850,7 +1850,7 @@ { /* Remove from local list */ purple_blist_remove_buddy(data->buddy); - + g_free(data); }