1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 05:57:45 +00:00

formatting

This commit is contained in:
NotAdam 2018-06-10 16:44:41 +00:00
parent 0d7281e211
commit fd170f08dd

View file

@ -8,7 +8,7 @@ namespace Core
class ConfigMgr;
typedef boost::shared_ptr<ConfigMgr> ConfigMgrPtr;
typedef boost::shared_ptr< ConfigMgr > ConfigMgrPtr;
namespace Network
@ -17,15 +17,15 @@ namespace Core
class Acceptor;
class Connection;
typedef boost::shared_ptr<Hive> HivePtr;
typedef boost::shared_ptr<Acceptor> AcceptorPtr;
typedef boost::shared_ptr<Connection> ConnectionPtr;
typedef boost::shared_ptr< Hive > HivePtr;
typedef boost::shared_ptr< Acceptor > AcceptorPtr;
typedef boost::shared_ptr< Connection > ConnectionPtr;
namespace Packets
{
class GamePacket;
typedef boost::shared_ptr<GamePacket> GamePacketPtr;
typedef boost::shared_ptr< GamePacket > GamePacketPtr;
}
}