diff stream/ai_oss.c @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 64d82a45a05d
children ce0122361a39
line wrap: on
line diff
--- a/stream/ai_oss.c	Tue May 12 19:25:35 2009 +0000
+++ b/stream/ai_oss.c	Wed May 13 02:58:57 2009 +0000
@@ -75,11 +75,11 @@
 	       ai->oss.device, strerror(errno));
 	return -1;
     }
-	
+
     ioctl_param = 0 ;
     mp_msg(MSGT_TV, MSGL_V, "ioctl dsp getfmt: %d\n",
 	   ioctl(ai->oss.audio_fd, SNDCTL_DSP_GETFMTS, &ioctl_param));
-	
+
     mp_msg(MSGT_TV, MSGL_V, "Supported formats: %x\n", ioctl_param);
     if (!(ioctl_param & AFMT_S16_LE))
 	mp_msg(MSGT_TV, MSGL_ERR, MSGTR_MPDEMUX_AIOSS_UnsupportedFmt);
@@ -93,7 +93,7 @@
     }
 
     if (ai_oss_set_channels(ai) < 0) return -1;
-	
+
     ioctl_param = ai->req_samplerate;
     mp_msg(MSGT_TV, MSGL_V, "ioctl dsp speed: %d\n",
 	   err = ioctl(ai->oss.audio_fd, SNDCTL_DSP_SPEED, &ioctl_param));