[pulseaudio-discuss] [PATCH] pacat: Fix code style
shuber at sthu.org
shuber at sthu.org
Sun Jul 15 21:58:59 UTC 2018
From: Stefan Huber <shuber at sthu.org>
---
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 6c4db4bb..275fb7c7 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;
--
2.16.4
More information about the pulseaudio-discuss
mailing list