From 39d1e331f6a35225629d919688dc8c7ba7801019 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Mon, 4 Jul 2016 18:29:53 -0500 Subject: [PATCH] Whitespace --- bin/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/main.c b/bin/main.c index a0f1d6c..d001586 100644 --- a/bin/main.c +++ b/bin/main.c @@ -34,7 +34,7 @@ static struct { } commands[] = { { "print", tabby_command_print }, { "capture", tabby_command_capture }, - { NULL, NULL } + { NULL, NULL } }; int main(int argc, char **argv) {