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

Clean up whitespaces

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