Remove trailing tab

How embarrassing.
weechat-hashes
C. McEnroe 2021-08-25 17:48:16 -04:00
parent df1e561378
commit 1f800bcf69
1 changed files with 1 additions and 1 deletions

2
chat.c
View File

@ -369,7 +369,7 @@ int main(int argc, char *argv[]) {
);
uiFormat(Network, Cold, NULL, "Traveling...");
uiDraw();
sandboxEarly(log);
int irc = ircConnect(bind, host, port);
sandboxLate(irc);