Mercurial > sdl-ios-xcode
diff src/audio/alsa/SDL_alsa_audio.c @ 1663:11775724e3fe SDL-1.3
fine tuning indent output
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 28 May 2006 13:29:03 +0000 |
parents | 782fd950bd46 |
children | cd3db072ba8a |
line wrap: on
line diff
--- a/src/audio/alsa/SDL_alsa_audio.c Sun May 28 13:04:16 2006 +0000 +++ b/src/audio/alsa/SDL_alsa_audio.c Sun May 28 13:29:03 2006 +0000 @@ -93,27 +93,24 @@ static int (*SDL_NAME (snd_pcm_hw_params_get_channels)) (const snd_pcm_hw_params_t * params); -static unsigned int (*SDL_NAME (snd_pcm_hw_params_set_rate_near)) (snd_pcm_t * - pcm, - snd_pcm_hw_params_t - * params, - unsigned - int val, - int *dir); -static snd_pcm_uframes_t (*SDL_NAME (snd_pcm_hw_params_set_period_size_near)) - - - - - - - - (snd_pcm_t * pcm, snd_pcm_hw_params_t * params, snd_pcm_uframes_t val, - int *dir); +static unsigned int + (*SDL_NAME (snd_pcm_hw_params_set_rate_near)) (snd_pcm_t * + pcm, + snd_pcm_hw_params_t + * params, + unsigned + int val, int *dir); +static snd_pcm_uframes_t + (*SDL_NAME (snd_pcm_hw_params_set_period_size_near)) (snd_pcm_t * pcm, + snd_pcm_hw_params_t + * params, + snd_pcm_uframes_t + val, int *dir); static -snd_pcm_sframes_t (*SDL_NAME (snd_pcm_hw_params_get_period_size)) (const - snd_pcm_hw_params_t - * params); + snd_pcm_sframes_t (*SDL_NAME (snd_pcm_hw_params_get_period_size)) (const + snd_pcm_hw_params_t + * + params); static unsigned int (*SDL_NAME (snd_pcm_hw_params_set_periods_near)) (snd_pcm_t * pcm, snd_pcm_hw_params_t