From: Martin Taibr <taibr.martin@gmail.com>
Date: Fri, 4 Aug 2017 02:51:49 +0000 (+0200)
Subject: remove trailing whitespace
X-Git-Tag: xonotic-v0.8.5~2482^2~8
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=bde487edf92662ec1f4f3d60eb766dc4f68819da;p=xonotic%2Fxonotic-data.pk3dir.git

remove trailing whitespace
---

diff --git a/qcsrc/server/teamplay.qc b/qcsrc/server/teamplay.qc
index a8f110b29e..ea3ca3825b 100644
--- a/qcsrc/server/teamplay.qc
+++ b/qcsrc/server/teamplay.qc
@@ -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;