Remove trailing whitespace

This commit is contained in:
j883376
2013-05-06 13:07:41 -04:00
parent 7a93966158
commit ffcff4aea1
548 changed files with 16397 additions and 16398 deletions
+7 -7
View File
@@ -33,7 +33,7 @@ public:
virtual ~WorldServer();
virtual void Process();
void SendGuildJoin(GuildJoin_Struct* gj);
bool SendChannelMessage(Client* from, const char* to, uint8 chan_num, uint32 guilddbid, uint8 language, const char* message, ...);
bool SendEmoteMessage(const char* to, uint32 to_guilddbid, uint32 type, const char* message, ...);
@@ -43,9 +43,9 @@ public:
uint32 SendGroupIdRequest();
bool RezzPlayer(EQApplicationPacket* rpack, uint32 rezzexp, uint32 dbid, uint16 opcode);
bool IsOOCMuted() const { return(oocmuted); }
uint32 NextGroupID();
void SetLaunchedName(const char *n) { m_launchedName = n; }
void SetLauncherName(const char *n) { m_launcherName = n; }
void SendReloadTasks(int Command, int TaskID=0);
@@ -56,15 +56,15 @@ public:
void StopLFP(uint32 LeaderID);
void HandleLFGMatches(ServerPacket *pack);
void HandleLFPMatches(ServerPacket *pack);
private:
virtual void OnConnected();
std::string m_launchedName;
std::string m_launcherName;
bool oocmuted;
uint32 cur_groupid;
uint32 last_groupid;
};