about summary refs log tree commit diff
path: root/src/engine/friends.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-04-13 20:37:12 +0200
committeroy <Tom_Adams@web.de>2011-04-13 20:37:12 +0200
commit06115dd49dca2f8eb5f14606437e8fd20037cc4d (patch)
tree5ec4bca6158319b3f5285d7689c5f94ae8da8c93 /src/engine/friends.h
parent63e059b8fff6498e42b765a1dca000e53005ea77 (diff)
downloadzcatch-06115dd49dca2f8eb5f14606437e8fd20037cc4d.tar.gz
zcatch-06115dd49dca2f8eb5f14606437e8fd20037cc4d.zip
added "Whitespace and line Endings cleanup" by GreYFoX
Diffstat (limited to 'src/engine/friends.h')
-rw-r--r--src/engine/friends.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/friends.h b/src/engine/friends.h
index 50e5ef1f..bf9df904 100644
--- a/src/engine/friends.h
+++ b/src/engine/friends.h
@@ -21,11 +21,11 @@ public:
 	{
 		MAX_FRIENDS=128,
 	};
-	
+
 	virtual void Init() = 0;
-	
+
 	virtual int NumFriends() const = 0;
-	virtual const CFriendInfo *GetFriend(int Index) const = 0; 
+	virtual const CFriendInfo *GetFriend(int Index) const = 0;
 	virtual bool IsFriend(const char *pName, const char *pClan, bool PlayersOnly) const = 0;
 
 	virtual void AddFriend(const char *pName, const char *pClan) = 0;