mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove trailing spaces.
This commit is contained in:
committed by
Nik Bougalis
parent
9e69bd5c56
commit
32ec3fe089
@@ -70,7 +70,7 @@ struct WebSocket02
|
||||
HandlerPtr makeHandler (ServerDescription const&);
|
||||
|
||||
/** Make a connection endpoint from a handler. */
|
||||
static
|
||||
static
|
||||
EndpointPtr makeEndpoint (HandlerPtr&&);
|
||||
|
||||
/** Get the ASIO strand that this connection lives on. */
|
||||
|
||||
@@ -29,7 +29,7 @@ namespace websocket {
|
||||
struct WebSocket04
|
||||
{
|
||||
using EndpointBase = websocketpp::server <Config04>;
|
||||
|
||||
|
||||
using Connection = EndpointBase::connection_type;
|
||||
using ConnectionPtr = std::shared_ptr<Connection>;
|
||||
using ConnectionWeakPtr = std::weak_ptr<Connection>;
|
||||
@@ -92,7 +92,7 @@ struct WebSocket04
|
||||
HandlerPtr makeHandler (ServerDescription const&);
|
||||
|
||||
/** Make a connection endpoint from a handler. */
|
||||
static
|
||||
static
|
||||
EndpointPtr makeEndpoint (HandlerPtr&&);
|
||||
|
||||
/** Get the ASIO strand that this connection lives on. */
|
||||
|
||||
Reference in New Issue
Block a user