diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-16 22:27:07 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-16 22:27:07 +0100 |
| commit | 15aac395a599c92016bd2d74a7c23ca6eea3d04d (patch) | |
| tree | df161c338e18369e075f4e33e3f51e4c362f35fc /include/ocl/smart_socket.hpp | |
| parent | 7096a2b477782db54d9e0829b6ad7c6a3314dc2c (diff) | |
chore: format codebase according to .clang-format.v2.0
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl/smart_socket.hpp')
| -rw-r--r-- | include/ocl/smart_socket.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ocl/smart_socket.hpp b/include/ocl/smart_socket.hpp index ea9c73b..331f86d 100644 --- a/include/ocl/smart_socket.hpp +++ b/include/ocl/smart_socket.hpp @@ -14,7 +14,7 @@ #include <boost/asio.hpp> #ifdef OCL_POSIX -# include <ocl/posix/unique_socket.hpp> +#include <ocl/posix/unique_socket.hpp> #endif #endif // !__OCL_FREESTANDING |
