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

@ -48,7 +48,7 @@ typedef enum pa_source_output_flags {
struct pa_source_output {
pa_msgobject parent;
uint32_t index;
pa_core *core;
pa_atomic_t state;
@ -72,10 +72,10 @@ struct pa_source_output {
struct {
pa_sample_spec sample_spec;
pa_resampler* resampler; /* may be NULL */
} thread_info;
void *userdata;
};