]> git.proxmox.com Git - mirror_qemu.git/commitdiff
hda-audio: Zap tabs
authormalc <av1474@comtv.ru>
Mon, 1 Nov 2010 14:44:23 +0000 (17:44 +0300)
committermalc <av1474@comtv.ru>
Mon, 1 Nov 2010 14:57:24 +0000 (17:57 +0300)
Signed-off-by: malc <av1474@comtv.ru>
hw/hda-audio.c

index a21f9a1ef48d05b75ae08b6d4f900a99b6e8b9e6..103577470a7cc8df277046f225202b4de87c8c09 100644 (file)
@@ -559,9 +559,9 @@ static void hda_audio_set_amp(HDAAudioStream *st)
     right = right * 255 / QEMU_HDA_AMP_STEPS;
 
     if (st->output) {
-       AUD_set_volume_out(st->voice.out, muted, left, right);
+        AUD_set_volume_out(st->voice.out, muted, left, right);
     } else {
-       AUD_set_volume_in(st->voice.in, muted, left, right);
+        AUD_set_volume_in(st->voice.in, muted, left, right);
     }
 }