summaryrefslogtreecommitdiffstats
path: root/stream/audio_in.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-13 02:58:57 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-13 02:58:57 +0000
commit6e9cbdc10448203e7c8b2de41447442fcc9f7bae (patch)
tree0ed465592509105fdbeab27fc12ddbb2e3590aa5 /stream/audio_in.h
parenteafe5b7517bbf408ae1ffc936a3abe2313c3b334 (diff)
downloadmpv-6e9cbdc10448203e7c8b2de41447442fcc9f7bae.tar.bz2
mpv-6e9cbdc10448203e7c8b2de41447442fcc9f7bae.tar.xz
whitespace cosmetics: Remove all trailing whitespace.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/audio_in.h')
-rw-r--r--stream/audio_in.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/stream/audio_in.h b/stream/audio_in.h
index 855d613964..d59b3b6c89 100644
--- a/stream/audio_in.h
+++ b/stream/audio_in.h
@@ -27,11 +27,11 @@ typedef struct {
} ai_oss_t;
#endif
-typedef struct
+typedef struct
{
int type;
int setup;
-
+
/* requested values */
int req_channels;
int req_samplerate;
@@ -42,7 +42,7 @@ typedef struct
int blocksize;
int bytes_per_sample;
int samplesize;
-
+
#ifdef CONFIG_ALSA
ai_alsa_t alsa;
#endif