[alsa-devel] [PATCH 1/2] alsa-lib: pcm.c: fix indentation

Takashi Iwai tiwai at suse.de
Thu Apr 18 11:50:37 CEST 2013


At Thu, 18 Apr 2013 10:37:49 +0200,
Daniel Mack wrote:
> 
> Signed-off-by: Daniel Mack <zonque at gmail.com>

Thanks, applied both now.


Takashi

> ---
>  src/pcm/pcm.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/src/pcm/pcm.c b/src/pcm/pcm.c
> index 05737d9..2963711 100644
> --- a/src/pcm/pcm.c
> +++ b/src/pcm/pcm.c
> @@ -1634,11 +1634,11 @@ static const char *const snd_pcm_type_names[] = {
>  	PCMTYPE(LADSPA), 
>  	PCMTYPE(DMIX), 
>  	PCMTYPE(JACK),
> -        PCMTYPE(DSNOOP),
> -        PCMTYPE(IEC958),
> +	PCMTYPE(DSNOOP),
> +	PCMTYPE(IEC958),
>  	PCMTYPE(SOFTVOL),
> -        PCMTYPE(IOPLUG),
> -        PCMTYPE(EXTPLUG),
> +	PCMTYPE(IOPLUG),
> +	PCMTYPE(EXTPLUG),
>  	PCMTYPE(MMAP_EMUL),
>  };
>  
> -- 
> 1.8.1.4
> 


More information about the Alsa-devel mailing list