fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / scripting / candle.cpp
index cab136c..0223521 100644 (file)
@@ -36,13 +36,13 @@ namespace Scripting
 
   Candle::~Candle()
   { }
-  bool Candle::get_burning() 
+
+  bool Candle::get_burning()
   {
     return candle->get_burning();
   }
 
-  void Candle::set_burning(bool burning) 
+  void Candle::set_burning(bool burning)
   {
     candle->set_burning(burning);
   }