refactor: format code
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
namespace td {
|
||||
namespace protocol {
|
||||
|
||||
class Connexion : public protocol::PacketHandler{
|
||||
class Connexion : public protocol::PacketHandler {
|
||||
protected:
|
||||
protocol::PacketDispatcher m_Dispatcher;
|
||||
private:
|
||||
@@ -25,7 +25,7 @@ public:
|
||||
|
||||
bool connect(const std::string& address, std::uint16_t port);
|
||||
|
||||
network::Socket::Status getSocketStatus() const{return m_Socket.GetStatus();}
|
||||
network::Socket::Status getSocketStatus() const { return m_Socket.GetStatus(); }
|
||||
|
||||
void sendPacket(protocol::Packet* packet);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user