[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] pacat: Fix code style
Tanu Kaskinen
gitlab at gitlab.freedesktop.org
Sat Aug 11 10:37:14 UTC 2018
Tanu Kaskinen pushed to branch master at PulseAudio / pulseaudio
Commits:
4f831e0d by Stefan Huber at 2018-08-11T10:36:51Z
pacat: Fix code style
- - - - -
1 changed file:
- src/utils/pacat.c
Changes:
=====================================
src/utils/pacat.c
=====================================
--- 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;
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/4f831e0d7a28d4b839005e48b726ddae213f8f89
--
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/4f831e0d7a28d4b839005e48b726ddae213f8f89
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20180811/1e7f81e0/attachment.html>
More information about the pulseaudio-commits
mailing list