Skip to content

Commit

Permalink
fix style of spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoconlechuga committed Jan 17, 2024
1 parent d2d9dfc commit d7592fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ int options_get(int argc, char *argv[], struct options *options)
options_set_default(options);
options->prgm = argv[0];

for( ;; )
for (;;)
{
int optidx = 0;
static struct option long_options[] =
Expand Down

0 comments on commit d7592fb

Please sign in to comment.