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/ai_oss.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stream/ai_oss.c') diff --git a/stream/ai_oss.c b/stream/ai_oss.c index bd7c7c312a..d2d2f20163 100644 --- a/stream/ai_oss.c +++ b/stream/ai_oss.c @@ -75,11 +75,11 @@ int ai_oss_init(audio_in_t *ai) 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 @@ int ai_oss_init(audio_in_t *ai) } 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)); -- cgit v1.2.3