summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/source.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-06-11 12:17:40 +0000
committerLennart Poettering <lennart@poettering.net>2007-06-11 12:17:40 +0000
commita4fed0fbb568dc57762906fb7e48fc945925d2ca (patch)
tree7277dc7ff7fcb1fb4a14c8b821cddfcd95252302 /src/pulsecore/source.h
parent00da37f2c448096cdd54481b072db47b2f253141 (diff)
make eolspace
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1470 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulsecore/source.h')
-rw-r--r--src/pulsecore/source.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pulsecore/source.h b/src/pulsecore/source.h
index 1e20c6e1..b41b1bc3 100644
--- a/src/pulsecore/source.h
+++ b/src/pulsecore/source.h
@@ -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;
};