[colobot] 36/100: Fix code style

Didier Raboud odyx at moszumanska.debian.org
Thu Jun 1 18:10:16 UTC 2017


This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch debian/master
in repository colobot.

commit 7b3b257580b655a8c4958eca1daf6ab3d5193f28
Author: krzys-h <krzys_h at interia.pl>
Date:   Mon Jan 2 14:54:38 2017 +0100

    Fix code style
---
 src/object/motion/motiontoto.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/object/motion/motiontoto.cpp b/src/object/motion/motiontoto.cpp
index 7f1a608..c0a2296 100644
--- a/src/object/motion/motiontoto.cpp
+++ b/src/object/motion/motiontoto.cpp
@@ -324,7 +324,7 @@ bool CMotionToto::EventFrame(const Event &event)
         distance = 30.0f-progress*18.0f;  // remoteness
         shift    = 18.0f-progress*11.0f;  // shift is left
         verti    = 10.0f-progress* 8.0f;  // shift at the top
-        
+
         CObject* selected = m_main->GetSelect();
         ObjectType type = selected != nullptr ? selected->GetType() : OBJECT_NULL;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git



More information about the Pkg-games-commits mailing list