mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -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
|
|
@ -81,7 +81,7 @@ int main(int argc, char *argv[]) {
|
|||
|
||||
p = pa_mempool_new(FALSE, 0);
|
||||
|
||||
silence.memblock = pa_memblock_new_fixed(p, (char*) "__", 2, 1);
|
||||
silence.memblock = pa_memblock_new_fixed(p, (char*) "__", 2, 1);
|
||||
assert(silence.memblock);
|
||||
silence.index = 0;
|
||||
silence.length = pa_memblock_get_length(silence.memblock);
|
||||
|
|
|
|||
|
|
@ -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