mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
Kill spaces on EOL
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1465 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
e4d63d0d80
commit
1e12e0ee8d
21 changed files with 2721 additions and 2721 deletions
|
|
@ -172,11 +172,11 @@ static void do_write(struct userdata *u) {
|
|||
|
||||
if (errno != EAGAIN) {
|
||||
pa_log("write() failed: %s", pa_cstrerror(errno));
|
||||
|
||||
|
||||
clear_up(u);
|
||||
pa_module_unload_request(u->module);
|
||||
}
|
||||
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
@ -228,14 +228,14 @@ static void do_read(struct userdata *u) {
|
|||
assert(memchunk.memblock);
|
||||
if ((r = pa_iochannel_read(u->io, memchunk.memblock->data, memchunk.memblock->length)) < 0) {
|
||||
pa_memblock_unref(memchunk.memblock);
|
||||
|
||||
|
||||
if (errno != EAGAIN) {
|
||||
pa_log("read() failed: %s", pa_cstrerror(errno));
|
||||
|
||||
|
||||
clear_up(u);
|
||||
pa_module_unload_request(u->module);
|
||||
}
|
||||
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue