On Sun, 2018-07-15 at 23:58 +0200, shu...@sthu.org wrote:
> From: Stefan Huber <shu...@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
_______________________________________________
pulseaudio-discuss mailing list
pulseaudio-discuss@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss

Reply via email to