commit: e55057f380320ebbbb740ce5c4c74be9aae66815
parent de6a18cdcc0b5ac7e27e122d8d517f8006283d03
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 24 Feb 2025 21:23:25 +0100
configure.d/getopt_long.c: format
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.d/getopt_long.c b/configure.d/getopt_long.c
@@ -22,7 +22,7 @@ main(int argc, char *argv[])
};
// clang-format on
- for(int c = -1;(c = getopt_long(argc, argv, ":hf:", opts, &optidx)) != -1;)
+ for(int c = -1; (c = getopt_long(argc, argv, ":hf:", opts, &optidx)) != -1;)
{
switch(c)
{