pacat: Fix code style
authorStefan Huber <shuber@sthu.org>
Sun, 15 Jul 2018 21:58:59 +0000 (23:58 +0200)
committerTanu Kaskinen <tanuk@iki.fi>
Sat, 11 Aug 2018 10:36:51 +0000 (13:36 +0300)
src/utils/pacat.c

index 6c4db4b..275fb7c 100644 (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) {
 
         switch (c) {
-            case 'h' :
+            case 'h':
                 help(bn);
                 ret = 0;
                 goto quit;