Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/Simple-WebSocket-Server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'wss_examples.cpp')
-rw-r--r--wss_examples.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/wss_examples.cpp b/wss_examples.cpp
index d5a2527..74e4a84 100644
--- a/wss_examples.cpp
+++ b/wss_examples.cpp
@@ -103,7 +103,8 @@ int main() {
server_port.set_value(port);
});
});
- cout << "Server listening on port " << server_port.get_future().get() << endl << endl;
+ cout << "Server listening on port " << server_port.get_future().get() << endl
+ << endl;
// Example 4: Client communication with server
// Possible output: