clang-format

This commit is contained in:
Tatsuhiro Tsujikawa 2019-04-18 23:37:48 +09:00
parent 302e37460f
commit f028cc4392
1 changed files with 3 additions and 2 deletions

View File

@ -52,9 +52,10 @@
#include "template.h"
#if BOOST_VERSION >= 107000
#define GET_IO_SERVICE(s) ((boost::asio::io_context&)(s).get_executor().context())
# define GET_IO_SERVICE(s) \
((boost::asio::io_context &)(s).get_executor().context())
#else
#define GET_IO_SERVICE(s) ((s).get_io_service())
# define GET_IO_SERVICE(s) ((s).get_io_service())
#endif
namespace nghttp2 {