summary refs log tree commit diff
path: root/chat.c
diff options
context:
space:
mode:
authorC. McEnroe2021-08-25 17:48:16 -0400
committerC. McEnroe2021-08-25 17:48:16 -0400
commit1f800bcf69a1238520afd16223d491da6d3f17d8 (patch)
treeeec552d6aba924a8a7473ff006e480a86e6d3697 /chat.c
parentdf1e5613786ab7e0a40a42bd339e30355bc75165 (diff)
Remove trailing tab
How embarrassing.
Diffstat (limited to 'chat.c')
-rw-r--r--chat.c2
1 files changed, 1 insertions, 1 deletions
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);