summaryrefslogtreecommitdiff
path: root/include/tgbot/net/TgWebhookLocalServer.h
diff options
context:
space:
mode:
authorOleg Morozenkov <omorozenkov@gmail.com>2015-09-15 18:18:49 +0300
committerOleg Morozenkov <omorozenkov@gmail.com>2015-09-15 18:18:49 +0300
commit6a3c8387da208ac2ffa4757dfafe1600a693b24f (patch)
treea8cfbfd46643784ede5ddfc0ce6dcd5f39d533d2 /include/tgbot/net/TgWebhookLocalServer.h
parent370df9853702bf9666b8dfa2e4254b9e236b2789 (diff)
Fix formatting + some minor improvements
Diffstat (limited to 'include/tgbot/net/TgWebhookLocalServer.h')
-rw-r--r--include/tgbot/net/TgWebhookLocalServer.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/tgbot/net/TgWebhookLocalServer.h b/include/tgbot/net/TgWebhookLocalServer.h
index 770c66c..67268f5 100644
--- a/include/tgbot/net/TgWebhookLocalServer.h
+++ b/include/tgbot/net/TgWebhookLocalServer.h
@@ -23,7 +23,7 @@
#ifndef TGBOT_TGWEBHOOKTCPSERVER_H
#define TGBOT_TGWEBHOOKTCPSERVER_H
-# ifdef BOOST_ASIO_HAS_LOCAL_SOCKETS
+#ifdef BOOST_ASIO_HAS_LOCAL_SOCKETS
#include "tgbot/net/TgWebhookServer.h"
@@ -48,5 +48,7 @@ public:
};
}
-# endif
+
+#endif //BOOST_ASIO_HAS_LOCAL_SOCKETS
+
#endif //TGBOT_TGWEBHOOKTCPSERVER_H