Discussion:
[pulseaudio-discuss] [PATCH] pacat: Fix code style
s***@sthu.org
2018-07-15 21:58:59 UTC
Permalink
From: Stefan Huber <***@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
Tanu Kaskinen
2018-08-11 10:37:43 UTC
Permalink
Post by s***@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) {
help(bn);
ret = 0;
goto quit;
Thanks! Applied.
--
Tanu

https://www.patreon.com/tanuk
https://liberapay.com/tanuk
Loading...