mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -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
|
|
@ -124,7 +124,7 @@ static void rtpoll_rebuild(pa_rtpoll *p) {
|
|||
|
||||
for (i = p->items; i; i = i->next) {
|
||||
|
||||
if (i->n_pollfd > 0) {
|
||||
if (i->n_pollfd > 0) {
|
||||
size_t l = i->n_pollfd * sizeof(struct pollfd);
|
||||
|
||||
if (i->pollfd)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue