Mercurial > pidgin
diff libpurple/protocols/irc/cmds.c @ 31086:a8cc50c2279f
Remove trailing whitespace
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Tue, 04 Jan 2011 06:55:30 +0000 |
| parents | 91869ed3ba59 |
| children | ec6371d4cae8 |
line wrap: on
line diff
--- a/libpurple/protocols/irc/cmds.c Tue Jan 04 06:42:45 2011 +0000 +++ b/libpurple/protocols/irc/cmds.c Tue Jan 04 06:55:30 2011 +0000 @@ -73,7 +73,7 @@ /* we have defined args as args[0] is target and args[1] is ctcp command */ char *buf; GString *string; - + /* check if we have args */ if (!args || !args[0] || !args[1]) return 0; @@ -89,7 +89,7 @@ irc_send(irc, buf); g_free(buf); - + return 1; } @@ -600,7 +600,7 @@ return 0; buf = irc_format(irc, "vn", "WHOWAS", args[0]); - + irc->whois.nick = g_strdup(args[0]); irc_send(irc, buf); g_free(buf);
