pacat: Fix code style

This commit is contained in:
Stefan Huber 2018-07-15 23:58:59 +02:00 committed by Tanu Kaskinen
parent 37358e42c4
commit 4f831e0d7a

View file

@ -810,7 +810,7 @@ int main(int argc, char *argv[]) {
while ((c = getopt_long(argc, argv, "rpd:s:n:hv", long_options, NULL)) != -1) { while ((c = getopt_long(argc, argv, "rpd:s:n:hv", long_options, NULL)) != -1) {
switch (c) { switch (c) {
case 'h' : case 'h':
help(bn); help(bn);
ret = 0; ret = 0;
goto quit; goto quit;