diff stream/audio_in.h @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 9d95dc936e66
children ce0122361a39
line wrap: on
line diff
--- a/stream/audio_in.h	Tue May 12 19:25:35 2009 +0000
+++ b/stream/audio_in.h	Wed May 13 02:58:57 2009 +0000
@@ -27,11 +27,11 @@
 } ai_oss_t;
 #endif
 
-typedef struct 
+typedef struct
 {
     int type;
     int setup;
-    
+
     /* requested values */
     int req_channels;
     int req_samplerate;
@@ -42,7 +42,7 @@
     int blocksize;
     int bytes_per_sample;
     int samplesize;
-    
+
 #ifdef CONFIG_ALSA
     ai_alsa_t alsa;
 #endif