From 06115dd49dca2f8eb5f14606437e8fd20037cc4d Mon Sep 17 00:00:00 2001 From: oy Date: Wed, 13 Apr 2011 20:37:12 +0200 Subject: added "Whitespace and line Endings cleanup" by GreYFoX --- src/engine/friends.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/engine/friends.h') 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; -- cgit 1.4.1