mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
source cleanup: remove trailing whitespaces
This commit is contained in:
parent
503cbeb330
commit
51239925ec
44 changed files with 92 additions and 92 deletions
|
|
@ -115,9 +115,9 @@ static void cmd_notice(const char *data, IRC_SERVER_REC *server,
|
|||
|
||||
if (*target == '\0' || *msg == '\0')
|
||||
cmd_param_error(CMDERR_NOT_ENOUGH_PARAMS);
|
||||
|
||||
|
||||
signal_emit("message irc own_notice", 3, server, msg, target);
|
||||
|
||||
|
||||
cmd_params_free(free_arg);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue