]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
remove trailing whitespace
authorMartin Taibr <taibr.martin@gmail.com>
Fri, 4 Aug 2017 02:51:49 +0000 (04:51 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Fri, 4 Aug 2017 02:51:49 +0000 (04:51 +0200)
qcsrc/server/teamplay.qc

index a8f110b29efcd23c9714bcc47ae3c43b38733622..ea3ca3825b4977e2952b3d9a96da530aad681847 100644 (file)
@@ -578,7 +578,7 @@ bool IsTeamSmallerThanTeam(int teama, int teamb, entity e, bool usescore)
        {
                return false;
        }
-       return scoreteama < scoreteamb; 
+       return scoreteama < scoreteamb;
 }
 
 bool IsTeamEqualToTeam(int teama, int teamb, entity e, bool usescore)
@@ -629,7 +629,7 @@ bool IsTeamEqualToTeam(int teama, int teamb, entity e, bool usescore)
        {
                return false;
        }
-       return scoreteama == scoreteamb;        
+       return scoreteama == scoreteamb;
 }
 
 int FindBestTeams(entity player, bool usescore)
@@ -829,7 +829,7 @@ void SV_ChangeTeam(entity this, float _color)
 
        sourceteam = Team_TeamToNumber(sourcecolor + 1);
        destinationteam = Team_TeamToNumber(destinationcolor + 1);
-       
+
        CheckAllowedTeams(this);
 
        if (destinationteam == 1 && c1 < 0) destinationteam = 4;