diff options
author | Lennart Poettering <lennart@poettering.net> | 2007-05-29 17:24:48 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2007-05-29 17:24:48 +0000 |
commit | 1e12e0ee8dfdda1632b9c082aba6fc1956813a5b (patch) | |
tree | e87c4f6f4f260510bf753b30883cbf841504041b /src/pulsecore/thread-posix.c | |
parent | e4d63d0d8026446aec99ef8390554c5afd87cef4 (diff) | |
download | pulseaudio-1e12e0ee8dfdda1632b9c082aba6fc1956813a5b.tar.gz |
Kill spaces on EOL
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1465 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulsecore/thread-posix.c')
-rw-r--r-- | src/pulsecore/thread-posix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/thread-posix.c b/src/pulsecore/thread-posix.c index b32744261..4271fa42f 100644 --- a/src/pulsecore/thread-posix.c +++ b/src/pulsecore/thread-posix.c @@ -111,7 +111,7 @@ pa_thread* pa_thread_new(pa_thread_func_t thread_func, void *userdata) { int pa_thread_is_running(pa_thread *t) { assert(t); - + /* Unfortunately there is no way to tell whether a "foreign" * thread is still running. See * http://udrepper.livejournal.com/16844.html for more |