]> git.alsa-project.org Git - alsa-utils.git/commitdiff
alsamixer: cosmetic fix
authorJaroslav Kysela <perex@perex.cz>
Wed, 4 Oct 2006 07:34:02 +0000 (09:34 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 4 Oct 2006 07:34:02 +0000 (09:34 +0200)
alsamixer/alsamixer.c

index cfa2e048685e5d7d7bfc16105706348ed121c410..e7451561fa92e10c4215991fcf54836d83e09750 100644 (file)
@@ -601,7 +601,7 @@ mixer_write_cbar (int elem_index)
     if (type != MIXER_ELEM_CAPTURE)
       joined = snd_mixer_selem_has_playback_volume_joined(elem);
     else
-       joined = snd_mixer_selem_has_capture_volume_joined(elem);
+      joined = snd_mixer_selem_has_capture_volume_joined(elem);
     mono |= joined;
     if (mixer_volume_absolute != -1) {
       vbalance = vright = vleft = mixer_convert_volume(elem, mixer_volume_absolute, type);