Commit 9c7b6279 authored by Joseph Noir's avatar Joseph Noir

Clean up whitespaces

parent 5cc4fcee
......@@ -80,4 +80,3 @@ private:
} // namespace network
} // namespace io
} // namespace caf
......@@ -122,4 +122,3 @@ expected<std::string> remote_addr_of_fd(native_socket fd);
} // namespace network
} // namespace io
} // namespace caf
......@@ -22,7 +22,6 @@ namespace caf {
namespace io {
namespace network {
/// Denotes the returned state of read and write operations on sockets.
enum class rw_state {
/// Reports that bytes could be read or written.
......
......@@ -65,4 +65,3 @@ protected:
} // namespace network
} // namespace io
} // namespace caf
/******************************************************************************
* ____ _ _____ *
* / ___| / \ | ___| C++ *
......
/******************************************************************************
* ____ _ _____ *
* / ___| / \ | ___| C++ *
......
......@@ -78,7 +78,7 @@ auto port_of(sockaddr& what) -> decltype(port_of(std::declval<sockaddr_in&>()))
CAF_CRITICAL("invalid protocol family");
}
}
} // namespace <anonymous>
namespace caf {
namespace io {
......
/******************************************************************************
* ____ _ _____ *
* / ___| / \ | ___| C++ *
......
/******************************************************************************
* ____ _ _____ *
* / ___| / \ | ___| C++ *
......
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