fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / scripting / platform.cpp
index cb20a73..fa44f2b 100644 (file)
@@ -36,18 +36,18 @@ namespace Scripting
 
   Platform::~Platform()
   { }
-  void Platform::goto_node(int node_no) 
+
+  void Platform::goto_node(int node_no)
   {
     platform->goto_node(node_no);
   }
 
-  void Platform::start_moving() 
+  void Platform::start_moving()
   {
     platform->start_moving();
   }
 
-  void Platform::stop_moving() 
+  void Platform::stop_moving()
   {
     platform->stop_moving();
   }