Removed trailing whitespace from all *.?pp files
[supertux.git] / src / object / floating_text.cpp
index 34a1f08..c9f83b3 100644 (file)
@@ -22,7 +22,7 @@
 #include "video/drawing_context.hpp"
 
 FloatingText::FloatingText(const Vector& pos, const std::string& text_) :
-  position(pos), 
+  position(pos),
   text(text_),
   timer()
 {