summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/rtpoll.c
diff options
context:
space:
mode:
authorMaarten Bosmans <mkbosmans@gmail.com>2011-03-12 19:45:02 +0100
committerColin Guthrie <cguthrie@mandriva.org>2011-03-18 09:20:07 +0000
commit684b89c639e89cd411dad802c975fc5784951f3b (patch)
tree430e8a9bbb2008a8d95899b5b2044734861f6db3 /src/pulsecore/rtpoll.c
parentefcddf68c7d8e7530ea82282c599fabfc34871ea (diff)
Fix up some double spaces
Diffstat (limited to 'src/pulsecore/rtpoll.c')
-rw-r--r--src/pulsecore/rtpoll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/rtpoll.c b/src/pulsecore/rtpoll.c
index 98d7d625..a5e990f6 100644
--- a/src/pulsecore/rtpoll.c
+++ b/src/pulsecore/rtpoll.c
@@ -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)