summaryrefslogtreecommitdiffstats
path: root/src/tests/voltest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/voltest.c')
-rw-r--r--src/tests/voltest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/voltest.c b/src/tests/voltest.c
index 3de884af..dcc1ec51 100644
--- a/src/tests/voltest.c
+++ b/src/tests/voltest.c
@@ -12,7 +12,7 @@ int main(PA_GCC_UNUSED int argc, PA_GCC_UNUSED char *argv[]) {
double dB = pa_sw_volume_to_dB(v);
double f = pa_sw_volume_to_linear(v);
-
+
printf("Volume: %3i; percent: %i%%; decibel %0.2f; linear = %0.2f; volume(decibel): %3i; volume(linear): %3i\n",
v, (v*100)/PA_VOLUME_NORM, dB, f, pa_sw_volume_from_dB(dB), pa_sw_volume_from_linear(f));