mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +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
|
|
@ -403,7 +403,7 @@ static void display_sorted_nicks(CHANNEL_REC *channel, GSList *nicklist)
|
|||
nickmode[0] = rec->prefixes[0];
|
||||
else
|
||||
nickmode[0] = ' ';
|
||||
|
||||
|
||||
if (linebuf_size < columns[col]-item_extra+1) {
|
||||
linebuf_size = (columns[col]-item_extra+1)*2;
|
||||
linebuf = g_realloc(linebuf, linebuf_size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue