mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +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
|
|
@ -92,7 +92,7 @@ char *expand_emphasis(WI_ITEM_REC *item, const char *text)
|
|||
use emphasis on them. */
|
||||
int found;
|
||||
char c;
|
||||
char *end2;
|
||||
char *end2;
|
||||
|
||||
/* check if _foo_ is a nick */
|
||||
c = end[1];
|
||||
|
|
@ -234,7 +234,7 @@ static void sig_message_public(SERVER_REC *server, const char *msg,
|
|||
for_me ? TXT_PUBMSG_ME_CHANNEL :
|
||||
TXT_PUBMSG_CHANNEL,
|
||||
printnick, target, msg, nickmode);
|
||||
}
|
||||
}
|
||||
|
||||
g_free_not_null(nickmode);
|
||||
g_free_not_null(freemsg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue