From 1f800bcf69a1238520afd16223d491da6d3f17d8 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 25 Aug 2021 17:48:16 -0400 Subject: [PATCH] Remove trailing tab How embarrassing. --- chat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat.c b/chat.c index f5004e7..54e7e5e 100644 --- a/chat.c +++ b/chat.c @@ -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);