Fixed code style in sound_openal.cpp

This commit is contained in:
Ian Giestas Pauli 2017-01-31 13:02:00 -02:00 committed by GitHub
parent e93cca266e
commit e42b8626af
1 changed files with 1 additions and 2 deletions

View File

@ -511,8 +511,7 @@ public:
{
ALint state;
alGetSourcei(sound->source_id, AL_SOURCE_STATE, &state);
if(state != AL_PLAYING && state != AL_PAUSED)
{
if(state != AL_PLAYING && state != AL_PAUSED) {
del_list.insert(id);
}
}