summaryrefslogtreecommitdiffstats
path: root/CommandLine.c
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-07-14 19:11:18 +0200
committerBenBE <BenBE@geshi.org>2021-07-15 06:57:24 +0200
commite7f8d7bcc954e965143331ec3f2353c03959acc6 (patch)
tree428fadcc2993b16ccfed1d3b088a0966049a9e6c /CommandLine.c
parent3bc73aa0881d581eadd75ce30e36ad086c7a21a3 (diff)
Split statements that should go onto multiple lines
Diffstat (limited to 'CommandLine.c')
-rw-r--r--CommandLine.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/CommandLine.c b/CommandLine.c
index 4a721a3d..d0c24e58 100644
--- a/CommandLine.c
+++ b/CommandLine.c
@@ -124,7 +124,8 @@ static CommandLineSettings parseArguments(const char* program, int argc, char**
int opt, opti=0;
/* Parse arguments */
while ((opt = getopt_long(argc, argv, "hVMCs:td:u::Up:F:H::", long_opts, &opti))) {
- if (opt == EOF) break;
+ if (opt == EOF)
+ break;
switch (opt) {
case 'h':
printHelpFlag(program);

© 2014-2024 Faster IT GmbH | imprint | privacy policy