From 40381dc3d8a8f0e6df7d02339f65223692f0bb00 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 17 Nov 2022 02:36:09 +0100 Subject: Fix formatting --- lux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lux.c b/lux.c index 25068fa..60bba25 100644 --- a/lux.c +++ b/lux.c @@ -47,7 +47,7 @@ main(int argc, char **argv) {"max", no_argument, NULL, 'm'}, {"set", required_argument, NULL, 's'}, {"set-percent", required_argument, NULL, 'S'}, - {NULL, 0, NULL, 0} + {NULL, 0, NULL, 0 } }; luxinit(&disp); -- cgit v1.2.3