Fix formatting

This commit is contained in:
Daniel Speichert
2018-07-16 08:47:31 -04:00
committed by GitHub
parent 271790d22e
commit dc729d9846

View File

@@ -33,8 +33,8 @@ class Connection : public LuaObject
typedef std::function<void(const boost::system::error_code&)> ErrorCallback;
typedef std::function<void(uint8*, uint16)> RecvCallback;
static constexpr int32_t READ_TIMEOUT = 30;
static constexpr int32_t WRITE_TIMEOUT = 30;
static constexpr int32_t READ_TIMEOUT = 30;
static constexpr int32_t WRITE_TIMEOUT = 30;
enum {
SEND_BUFFER_SIZE = 65536,