diff options
author | Richard Laager <rlaager@pidgin.im> | 2011-01-04 06:55:30 +0000 |
---|---|---|
committer | Richard Laager <rlaager@pidgin.im> | 2011-01-04 06:55:30 +0000 |
commit | 366dfe799211d3a907e652991a3a9e5b94802bfd (patch) | |
tree | 9659c9b6461ffd2839c0d6ba949a64ae5adf3ebf /libpurple/protocols/msn/msn.c | |
parent | acce20026ef5987320ff689e55db8fa0518c9f59 (diff) | |
download | pidgin-366dfe799211d3a907e652991a3a9e5b94802bfd.tar.gz |
Remove trailing whitespace
Diffstat (limited to 'libpurple/protocols/msn/msn.c')
-rw-r--r-- | libpurple/protocols/msn/msn.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libpurple/protocols/msn/msn.c b/libpurple/protocols/msn/msn.c index e23b5e3a06..06de72129f 100644 --- a/libpurple/protocols/msn/msn.c +++ b/libpurple/protocols/msn/msn.c @@ -200,7 +200,7 @@ prp_success_cb(MsnCmdProc *cmdproc, MsnCommand *cmd) { 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 @@ msn_show_blocked_text(PurplePluginAction *action) 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 @@ msn_show_hotmail_inbox(PurplePluginAction *action) 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 @@ msn_send_im(PurpleConnection *gc, const char *who, const char *message, 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 @@ cancel_auth_request(MsnAddReqData *data, char *msg) { /* Remove from local list */ purple_blist_remove_buddy(data->buddy); - + g_free(data); } |