Removed trailing whitespace from all *.?pp files
[supertux.git] / src / object / ambient_sound.hpp
index fc7bd1f..1f059ef 100644 (file)
@@ -47,9 +47,9 @@
 class Player;
 class SoundSource;
 
-class AmbientSound : public GameObject, 
-                     public ScriptInterface, 
-                     public Scripting::AmbientSound
+class AmbientSound : public GameObject,
+                     public ScriptInterface,
+                     public scripting::AmbientSound
 {
 public:
   AmbientSound(const Reader& lisp);