fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / scripting / camera.cpp
index cb4a93b..814284b 100644 (file)
@@ -35,13 +35,13 @@ namespace Scripting
 
   Camera::~Camera()
   { }
-  
+
   void
   Camera::shake(float , float , float )
   {
     NOIMPL;
   }
-  
+
   void
   Camera::set_pos(float , float )
   {