]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/movetypes/movetypes.qc
Trim spaces
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / movetypes / movetypes.qc
index 3dd286e0000e52547cb50c2af1dd8c36088f46a7..90be7738c2b4a9133babce082edf5d54b61508a6 100644 (file)
@@ -42,7 +42,7 @@ int _Movetype_FlyMove(float dt, bool applygravity, vector stepnormal, float step
 
        for(i = 0; i <= MAX_CLIP_PLANES; ++i)
                planes[i] = '0 0 0';
-       
+
        grav = 0;
 
        restore_velocity = self.move_velocity;