'auto' option that always picks what it thinks is the best renderer.
[supertux.git] / src / scripting / wind.cpp
index 6140108..a90a520 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: wind.cpp 3719 2006-06-24 13:27:29Z anmaster $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
@@ -36,13 +36,13 @@ namespace Scripting
 
   Wind::~Wind()
   { }
-  void Wind::start() 
+
+  void Wind::start()
   {
     wind->start();
   }
 
-  void Wind::stop() 
+  void Wind::stop()
   {
     wind->stop();
   }