reformat all

This commit is contained in:
Lion Kortlepel
2020-12-23 23:30:33 +01:00
parent f0ad3732f4
commit 0f4c08c068
3 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -20,6 +20,6 @@ void UDPSend(Client* c, std::string Data);
void SendLarge(Client* c, std::string Data);
bool TCPSend(Client* c, const std::string& Data);
void GParser(Client* c, const std::string& Packet);
std::string StaticReason(bool Set,const std::string& R);
std::string StaticReason(bool Set, const std::string& R);
void Respond(Client* c, const std::string& MSG, bool Rel);
void SendToAll(Client* c, const std::string& Data, bool Self, bool Rel);