Removed trailing whitespace from all *.?pp files
[supertux.git] / src / audio / sound_manager.cpp
index 9f2b36f..b51c0e4 100644 (file)
@@ -28,9 +28,9 @@
 #include "util/log.hpp"
 
 SoundManager::SoundManager() :
-  device(0), 
-  context(0), 
-  sound_enabled(false), 
+  device(0),
+  context(0),
+  sound_enabled(false),
   buffers(),
   sources(),
   update_list(),
@@ -56,7 +56,7 @@ SoundManager::SoundManager() :
   } catch(std::exception& e) {
     if(context != NULL) {
       alcDestroyContext(context);
-      context = NULL; 
+      context = NULL;
     }
     if(device != NULL) {
       alcCloseDevice(device);