From dc729d98460df18212fb1e3216b8dc98e626bcbe Mon Sep 17 00:00:00 2001 From: Daniel Speichert Date: Mon, 16 Jul 2018 08:47:31 -0400 Subject: [PATCH] Fix formatting --- src/framework/net/connection.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/framework/net/connection.h b/src/framework/net/connection.h index 32d15ac1..93a701ee 100644 --- a/src/framework/net/connection.h +++ b/src/framework/net/connection.h @@ -33,8 +33,8 @@ class Connection : public LuaObject typedef std::function ErrorCallback; typedef std::function 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,