*include stdio.h in a couple files for MinGW GCC 4.4.0
[supertux.git] / src / audio / sound_manager.hpp
index 921b859..9794e6d 100644 (file)
@@ -25,6 +25,7 @@
 
 #include <alc.h>
 #include <al.h>
+
 #include "math/vector.hpp"
 
 class SoundFile;
@@ -69,7 +70,7 @@ public:
   bool is_sound_enabled() { return sound_enabled; }
 
   bool is_audio_enabled() {
-                       return device != 0 && context != 0;
+    return device != 0 && context != 0;
   }
 
   void update();