diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-10-08 01:29:12 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-10-08 01:29:12 -0700 |
commit | a031634bd64c7f30c4ace5ca06a5a47600b42f47 (patch) | |
tree | 919e13ed1ba2e6443fe952288085576322748405 /src/rmd_parseargs.c | |
parent | bd53002a2bf51d48992613601719d180fed09975 (diff) |
*: more cosmetic formatting cleanups
Making things a bit more consistent
Diffstat (limited to 'src/rmd_parseargs.c')
-rw-r--r-- | src/rmd_parseargs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rmd_parseargs.c b/src/rmd_parseargs.c index 12d2cd4..5a39f2a 100644 --- a/src/rmd_parseargs.c +++ b/src/rmd_parseargs.c @@ -65,7 +65,8 @@ static void rmdPrintAndExit(poptContext con, enum poptCallbackReason reason, con static boolean rmdValidateArguments(const ProgArgs *args); -boolean rmdParseArgs(int argc, char **argv, ProgArgs *arg_return) { +boolean rmdParseArgs(int argc, char **argv, ProgArgs *arg_return) +{ poptContext popt_context = NULL; boolean no_cursor = FALSE; boolean quick_subsampling = FALSE; |