make eolspace

git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1470 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2007-06-11 12:17:40 +00:00
parent 00da37f2c4
commit a4fed0fbb5
22 changed files with 215 additions and 215 deletions

View file

@ -60,7 +60,7 @@ void pa_semaphore_post(pa_semaphore *s) {
void pa_semaphore_wait(pa_semaphore *s) {
int ret;
pa_assert(s);
do {
ret = sem_wait(&s->sem);
} while (ret < 0 && errno == EINTR);