about summary refs log tree commit diff
path: root/src/game/client/components/chat.cpp
diff options
context:
space:
mode:
authorShereef Marzouk <GreYFoXGTi@GMaiL.CoM>2011-08-11 10:59:14 +0200
committerShereef Marzouk <GreYFoXGTi@GMaiL.CoM>2011-08-11 10:59:14 +0200
commitc6fd4a2cc57f8d9dec7164aff98f5a73abc9698d (patch)
treec17c0042e9865ea0d6c0476ee7ef930b4dbcab35 /src/game/client/components/chat.cpp
parent2084febca79d57de3fe1d2781bf0803dd3e96b27 (diff)
downloadzcatch-c6fd4a2cc57f8d9dec7164aff98f5a73abc9698d.tar.gz
zcatch-c6fd4a2cc57f8d9dec7164aff98f5a73abc9698d.zip
General whitespace and tab cleanup
Diffstat (limited to 'src/game/client/components/chat.cpp')
-rw-r--r--src/game/client/components/chat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/chat.cpp b/src/game/client/components/chat.cpp
index aba38bf6..a3bf5252 100644
--- a/src/game/client/components/chat.cpp
+++ b/src/game/client/components/chat.cpp
@@ -283,7 +283,7 @@ void CChat::AddLine(int ClientID, int Team, const char *pLine)
 		m_aLines[m_CurrentLine].m_ClientID = ClientID;
 		m_aLines[m_CurrentLine].m_Team = Team;
 		m_aLines[m_CurrentLine].m_NameColor = -2;
-		
+
 		// check for highlighted name
 		const char *pHL = str_find_nocase(pLine, m_pClient->m_aClients[m_pClient->m_Snap.m_LocalClientID].m_aName);
 		if(pHL)