From 6e9cbdc10448203e7c8b2de41447442fcc9f7bae Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 13 May 2009 02:58:57 +0000 Subject: whitespace cosmetics: Remove all trailing whitespace. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/audio_in.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stream/audio_in.h') 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 -- cgit v1.2.3