From 3ecf433432289b9c1990165f65bdd51aaad2eaa7 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 6 Dec 2005 19:44:58 +0000 Subject: expand tabs Original commit message from CVS: expand tabs --- ext/esd/esdsink.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/esd/esdsink.h') 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 { -- cgit