Removed trailing whitespace from all *.?pp files
[supertux.git] / src / badguy / mole_rock.cpp
index 786b396..a0cf0c0 100644 (file)
@@ -32,8 +32,8 @@ MoleRock::MoleRock(const Reader& reader) :
 }
 
 MoleRock::MoleRock(const Vector& pos, const Vector& velocity, const BadGuy* parent = 0) :
-  BadGuy(pos, LEFT, "images/creatures/mole/mole_rock.sprite", LAYER_TILES - 2), 
-  parent(parent), 
+  BadGuy(pos, LEFT, "images/creatures/mole/mole_rock.sprite", LAYER_TILES - 2),
+  parent(parent),
   initial_velocity(velocity)
 {
   physic.enable_gravity(true);