Fixed coding style on a function signature.

--HG--
extra : rebase_source : ccbcdf0c433bac0ad213f4a377674363b1fab87e
This commit is contained in:
Ryan C. Gordon 2017-01-08 14:17:09 -05:00
parent c5c2526b7a
commit d81fb0038f

View file

@ -823,7 +823,8 @@ SDL_CleanupAudioStreamResampler(SDL_AudioStream *stream)
SDL_free(stream->resampler_state);
}
SDL_AudioStream *SDL_NewAudioStream(const SDL_AudioFormat src_format,
SDL_AudioStream *
SDL_NewAudioStream(const SDL_AudioFormat src_format,
const Uint8 src_channels,
const int src_rate,
const SDL_AudioFormat dst_format,