Fix another small logic error
[supertux.git] / src / scripting / thunderstorm.hpp
index 24a4d2e..fbe555c 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: player.hpp 3962 2006-07-09 10:32:59Z matzebraun $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
@@ -40,7 +40,7 @@ public:
      * Start playing thunder and lightning at configured interval
      */
     void start();
-    
+
     /**
      * Stop playing thunder and lightning at configured interval
      */
@@ -74,4 +74,3 @@ public:
 }
 
 #endif
-