Fix Some Indentation Errors

This commit is contained in:
TheBrokenRail
2023-11-02 21:46:27 -04:00
committed by iProgramInCpp
parent c989ffa721
commit fdf3106d7e
3 changed files with 17 additions and 17 deletions

View File

@@ -61,7 +61,7 @@ void AppPlatform_sdl_base::initSoundSystem()
#ifndef ANDROID
m_pSoundSystem = new SoundSystemAL();
#else
m_pSoundSystem = new SoundSystem();
m_pSoundSystem = new SoundSystem();
#endif
LOG_I("Initializing OpenAL SoundSystem...");
}