Fix music not properly fading in again
[supertux.git] / src / lisp / list_iterator.cpp
index c344fa0..d26ee15 100644 (file)
@@ -21,7 +21,7 @@ namespace lisp {
 
 ListIterator::ListIterator(const lisp::Lisp* newlisp) :
   current_item(),
-  current_lisp(0), 
+  current_lisp(0),
   cur(newlisp)
 {
 }