Removed trailing whitespace from all *.?pp files
[supertux.git] / src / badguy / kamikazesnowball.cpp
index 838969f..b82a533 100644 (file)
@@ -20,9 +20,9 @@
 #include "sprite/sprite.hpp"
 #include "supertux/object_factory.hpp"
 
-/* 
+/*
  * Kamikaze Snowball will fly in one direction until he hits something.
- * On impact he is destroyed, trying to kill what he hit or hit him. 
+ * On impact he is destroyed, trying to kill what he hit or hit him.
  */
 namespace{
   static const float KAMIKAZE_SPEED = 200;