diff options
author | Thomas Voss <mail@thomasvoss.com> | 2022-11-17 02:36:09 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2022-11-17 02:36:09 +0100 |
commit | 40381dc3d8a8f0e6df7d02339f65223692f0bb00 (patch) | |
tree | f80dc1be8d6cfd6404db7c3e80d5717adbbb3c41 | |
parent | 0b7c1059379707f1e493e5b92030839f65d54fa8 (diff) |
Fix formatting
-rw-r--r-- | lux.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |