mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -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
|
|
@ -385,7 +385,7 @@ void pa_smoother_put(pa_smoother *s, pa_usec_t x, pa_usec_t y) {
|
|||
s->abc_valid = FALSE;
|
||||
|
||||
#ifdef DEBUG_DATA
|
||||
pa_log_debug("%p, put(%llu | %llu) = %llu", s, (unsigned long long) (x + s->time_offset), (unsigned long long) x, (unsigned long long) y);
|
||||
pa_log_debug("%p, put(%llu | %llu) = %llu", s, (unsigned long long) (x + s->time_offset), (unsigned long long) x, (unsigned long long) y);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
@ -441,7 +441,7 @@ void pa_smoother_pause(pa_smoother *s, pa_usec_t x) {
|
|||
return;
|
||||
|
||||
#ifdef DEBUG_DATA
|
||||
pa_log_debug("pause(%llu)", (unsigned long long) x);
|
||||
pa_log_debug("pause(%llu)", (unsigned long long) x);
|
||||
#endif
|
||||
|
||||
s->paused = TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue