mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
Fix up some double spaces
This commit is contained in:
parent
efcddf68c7
commit
684b89c639
38 changed files with 75 additions and 76 deletions
|
|
@ -106,7 +106,7 @@ int main(int argc, char*argv[]) {
|
|||
pa_assert(msec_upper > 0);
|
||||
pa_assert(msec_upper >= msec_lower);
|
||||
|
||||
pa_log_notice("Creating random latencies in the range of %ims to %ims.", msec_lower, msec_upper);
|
||||
pa_log_notice("Creating random latencies in the range of %ims to %ims.", msec_lower, msec_upper);
|
||||
|
||||
for (n = 1; n < pa_ncpus(); n++) {
|
||||
pa_assert_se(pa_thread_new("rtstutter", work, PA_UINT_TO_PTR(n)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue