From 4f831e0d7a28d4b839005e48b726ddae213f8f89 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Sun, 15 Jul 2018 23:58:59 +0200 Subject: [PATCH] pacat: Fix code style --- src/utils/pacat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/pacat.c b/src/utils/pacat.c index 6c4db4bb0..275fb7c7f 100644 --- a/src/utils/pacat.c +++ b/src/utils/pacat.c @@ -810,7 +810,7 @@ int main(int argc, char *argv[]) { while ((c = getopt_long(argc, argv, "rpd:s:n:hv", long_options, NULL)) != -1) { switch (c) { - case 'h' : + case 'h': help(bn); ret = 0; goto quit;