aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2022-11-17 02:36:09 +0100
committerThomas Voss <mail@thomasvoss.com> 2022-11-17 02:36:09 +0100
commit40381dc3d8a8f0e6df7d02339f65223692f0bb00 (patch)
treef80dc1be8d6cfd6404db7c3e80d5717adbbb3c41
parent0b7c1059379707f1e493e5b92030839f65d54fa8 (diff)
Fix formatting
-rw-r--r--lux.c2
1 files changed, 1 insertions, 1 deletions
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);