* Add upgrade.wav from Yaniel
[supertux.git] / src / scripting / candle.cpp
index 1a4d3a6..0223521 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: candle.cpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
@@ -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);
   }