New powerups added to cheat menu
[supertux.git] / src / supertux / spawn_point.cpp
index 8cc24c0..5b66182 100644 (file)
@@ -26,7 +26,7 @@ SpawnPoint::SpawnPoint() :
 {}
 
 SpawnPoint::SpawnPoint(const SpawnPoint& other) :
-  name(other.name), 
+  name(other.name),
   pos(other.pos)
 {}