mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
Fix up some double spaces
This commit is contained in:
parent
efcddf68c7
commit
684b89c639
38 changed files with 75 additions and 76 deletions
|
|
@ -375,8 +375,7 @@ char *pa_sw_volume_snprint_dB(char *s, size_t l, pa_volume_t v) {
|
||||||
}
|
}
|
||||||
|
|
||||||
f = pa_sw_volume_to_dB(v);
|
f = pa_sw_volume_to_dB(v);
|
||||||
pa_snprintf(s, l, "%0.2f dB",
|
pa_snprintf(s, l, "%0.2f dB", isinf(f) < 0 || f <= PA_DECIBEL_MININFTY ? -INFINITY : f);
|
||||||
isinf(f) < 0 || f <= PA_DECIBEL_MININFTY ? -INFINITY : f);
|
|
||||||
|
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue