[alsa-devel] [PATCH - alsa-lib 3/3] tlv: Remove tailing tab after snd_ctl_get_dB_range function
Peter Ujfalusi
peter.ujfalusi at nokia.com
Mon Jul 19 09:14:06 CEST 2010
Cosmetic fix.
There was a tab instead of new line after snd_ctl_get_dB_range
function.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi at nokia.com>
---
src/control/tlv.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/control/tlv.c b/src/control/tlv.c
index 1767118..ddc4517 100644
--- a/src/control/tlv.c
+++ b/src/control/tlv.c
@@ -439,7 +439,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
--
1.7.1.1
More information about the Alsa-devel
mailing list