diff options
Diffstat (limited to 'include/ocl/asio.hpp')
| -rw-r--r-- | include/ocl/asio.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ocl/asio.hpp b/include/ocl/asio.hpp index 43ebd71..bcab94f 100644 --- a/include/ocl/asio.hpp +++ b/include/ocl/asio.hpp @@ -25,7 +25,7 @@ namespace ocl::asio { using io_context_type = boost::asio::io_context; - using run_pred_type = void(*)(); + using run_pred_type = void (*)(); template <run_pred_type IOCPred> inline void run(io_context_type& ioc) @@ -40,6 +40,6 @@ namespace ocl::asio } } -} // namespace ocl +} // namespace ocl::asio #endif |
