summaryrefslogtreecommitdiffstats
path: root/ext/esd
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-12-06 19:44:58 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-12-06 19:44:58 +0000
commit3ecf433432289b9c1990165f65bdd51aaad2eaa7 (patch)
treedc7bd5c5b4eb37d49b1a37ca1f33c9d9ed2a8374 /ext/esd
parentf2085bd7ef2a4e685b8a58ae0848c43aab0d8747 (diff)
expand tabs
Original commit message from CVS: expand tabs
Diffstat (limited to 'ext/esd')
-rw-r--r--ext/esd/esdsink.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/esd/esdsink.h b/ext/esd/esdsink.h
index 6bb53533..171c1818 100644
--- a/ext/esd/esdsink.h
+++ b/ext/esd/esdsink.h
@@ -43,11 +43,11 @@ typedef struct _GstEsdSink GstEsdSink;
typedef struct _GstEsdSinkClass GstEsdSinkClass;
struct _GstEsdSink {
- GstAudioSink sink;
+ GstAudioSink sink;
- int fd;
+ int fd;
int ctrl_fd;
- gchar *host;
+ gchar *host;
};
struct _GstEsdSinkClass {