diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2021-03-15 18:53:43 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2021-03-15 18:53:43 -0700 |
commit | 82008ccd7ad52e7e2f917b6a1de42dbe8546b7ec (patch) | |
tree | 195a71a2c6232b953b60825383b555aed6166111 /src/rmd_parseargs.c | |
parent | f3f4730c2236a3f27a921d818f14bc62b0e311d0 (diff) |
*: random whitespace cleanups
Mostly trailing space/tab removals, no functional changes.
Diffstat (limited to 'src/rmd_parseargs.c')
-rw-r--r-- | src/rmd_parseargs.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/rmd_parseargs.c b/src/rmd_parseargs.c index e4cfdd7..3c8cc12 100644 --- a/src/rmd_parseargs.c +++ b/src/rmd_parseargs.c @@ -379,7 +379,7 @@ boolean rmdParseArgs(int argc, char **argv, ProgArgs *arg_return) fprintf(stderr, "Warning, will ignore --use-jack flags, no libjack support in build.\n"); } - } + } default: break; @@ -415,11 +415,11 @@ boolean rmdParseArgs(int argc, char **argv, ProgArgs *arg_return) case POPT_ERROR_NOARG: fprintf(stderr, "Missing argument\n"); break; - + case POPT_ERROR_BADNUMBER: fprintf(stderr, "Bad number\n"); break; - + default: fprintf(stderr, "libpopt error: %d\n", arg_id); break; @@ -487,7 +487,7 @@ static boolean rmdValidateArguments(const ProgArgs *args) return success; } -static void rmdPrintAndExit( poptContext con, +static void rmdPrintAndExit( poptContext con, enum poptCallbackReason reason, const struct poptOption *opt, const char *arg, |