[colobot] 78/100: Fix @tomangelo2's code style

Didier Raboud odyx at moszumanska.debian.org
Thu Jun 1 18:10:21 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 108551c199bb22784073fc74f53efc863689f6fc
Author: krzys-h <krzys_h at interia.pl>
Date:   Mon May 22 11:11:42 2017 +0200

    Fix @tomangelo2's code style
    
    see 47a8f70f0fbf4d4f984da3a595851b89c732ff54
---
 src/script/scriptfunc.cpp | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/script/scriptfunc.cpp b/src/script/scriptfunc.cpp
index 6a264b0..c0b639d 100644
--- a/src/script/scriptfunc.cpp
+++ b/src/script/scriptfunc.cpp
@@ -2382,11 +2382,11 @@ bool CScriptFunctions::rFire(CBotVar* var, CBotVar* result, int& exception, void
         if ( err != ERR_OK )
         {
             script->m_taskExecutor->StopForegroundTask();
-			if ( script->m_errMode == ERM_STOP )
-			{
-				exception = err;
-				return false;
-			}
+            if ( script->m_errMode == ERM_STOP )
+            {
+                exception = err;
+                return false;
+            }
             return true;
         }
     }

-- 
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