tlv: Remove tailing tab after snd_ctl_get_dB_range function

Cosmetic fix.
There was a tab instead of new line after snd_ctl_get_dB_range
function.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@nokia.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Peter Ujfalusi 2010-07-20 10:34:54 +03:00 committed by Takashi Iwai
parent d81ce4ea7a
commit 2a94d80407

View file

@ -442,7 +442,7 @@ int snd_ctl_get_dB_range(snd_ctl_t *ctl, const snd_ctl_elem_id_t *id,
return snd_tlv_get_dB_range(info.tlv, info.minval, info.maxval,
min, max);
}
/**
* \brief Convert the volume value to dB on the given control element
* \param ctl the control handler