From: Daniel Mack Date: Thu, 18 Apr 2013 08:37:49 +0000 (+0200) Subject: pcm.c: fix indentation X-Git-Tag: v1.0.27.1~17 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=697f8c296ccb4b38cec930782b5ef1419aaf4245;p=alsa-lib.git pcm.c: fix indentation Signed-off-by: Daniel Mack Signed-off-by: Takashi Iwai --- diff --git a/src/pcm/pcm.c b/src/pcm/pcm.c index 38febb9d..2a87a7be 100644 --- a/src/pcm/pcm.c +++ b/src/pcm/pcm.c @@ -1638,11 +1638,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), };