[pulseaudio-discuss] [PATCH] pacat: Fix code style

Tanu Kaskinen tanuk at iki.fi
Sat Aug 11 10:37:43 UTC 2018


On Sun, 2018-07-15 at 23:58 +0200, shuber at sthu.org wrote:
> 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;

Thanks! Applied.

-- 
Tanu

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


More information about the pulseaudio-discuss mailing list