about summary refs log tree commit diff
path: root/src/engine/client/friends.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/client/friends.h')
-rw-r--r--src/engine/client/friends.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/engine/client/friends.h b/src/engine/client/friends.h
index e3258ec2..be0cfa49 100644
--- a/src/engine/client/friends.h
+++ b/src/engine/client/friends.h
@@ -14,14 +14,14 @@ class CFriends : public IFriends
 	static void ConRemoveFriend(IConsole::IResult *pResult, void *pUserData);
 
 	static void ConfigSaveCallback(IConfig *pConfig, void *pUserData);
-	
+
 public:
 	CFriends();
-	
+
 	void Init();
-	
+
 	int NumFriends() const { return m_NumFriends; }
-	const CFriendInfo *GetFriend(int Index) const; 
+	const CFriendInfo *GetFriend(int Index) const;
 	bool IsFriend(const char *pName, const char *pClan, bool PlayersOnly) const;
 
 	void AddFriend(const char *pName, const char *pClan);