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

@ -54,7 +54,7 @@ typedef enum pa_source_state {
struct pa_source {
pa_msgobject parent;
uint32_t index;
pa_core *core;
pa_atomic_t state;
@ -91,7 +91,7 @@ struct pa_source {
pa_cvolume soft_volume;
int soft_muted;
} thread_info;
void *userdata;
};