Commit 429b6690 authored by Jakob Otto's avatar Jakob Otto

Fix clang-format issue

parent b7d3a127
......@@ -39,6 +39,7 @@
#include "caf/scheduler/abstract_coordinator.hpp"
// clang-format off
#ifdef CAF_WINDOWS
# ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
......@@ -76,6 +77,7 @@
# else
# error "neither CAF_POLL_MULTIPLEXER nor CAF_EPOLL_MULTIPLEXER defined"
# endif
// clang-format on
#endif
......
......@@ -25,6 +25,7 @@
#include "caf/io/network/protocol.hpp"
// clang-format off
#ifdef CAF_WINDOWS
# ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
......@@ -54,6 +55,7 @@
# include <sys/socket.h>
# include <unistd.h>
#endif
// clang-format on
using std::string;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment