dmuratshin 9 years ago
parent
commit
e63c127bf4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/oal/SoundSystem_oal.cpp

+ 2 - 2
src/oal/SoundSystem_oal.cpp

@@ -60,7 +60,7 @@ namespace oxygine
         alcSuspendContext(_context);
         alcMakeContextCurrent(0);
 #endif
-        
+
 #if TARGET_OS_IPHONE
         alcSuspendContext(_context);
         alcMakeContextCurrent(0);
@@ -79,7 +79,7 @@ namespace oxygine
         alcMakeContextCurrent(_context);
         alcProcessContext(_context);
 #endif
-        
+
 #if TARGET_OS_IPHONE
         alcMakeContextCurrent(_context);
         alcProcessContext(_context);