Use svnversion program rather than finding the svn package to get revision number
[supertux.git] / src / badguy / bouncing_snowball.cpp
index ae9e91d..2d90433 100644 (file)
@@ -25,7 +25,7 @@ static const float JUMPSPEED = -450;
 static const float WALKSPEED = 80;
 
 BouncingSnowball::BouncingSnowball(const lisp::Lisp& reader)
-       : BadGuy(reader, "images/creatures/bouncing_snowball/bouncing_snowball.sprite")
+        : BadGuy(reader, "images/creatures/bouncing_snowball/bouncing_snowball.sprite")
 {
 }