Update CMake to 3.2.1 in .travis.yml
[supertux.git] / src / supertux / physic.hpp
index 12b1bc8..f81543e 100644 (file)
@@ -76,7 +76,7 @@ private:
 
   /** horizontal and vertical velocity */
   float vx, vy;
-  
+
   /** should we respect gravity in our calculations? */
   bool gravity_enabled_flag;