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:
authoreidheim <eidheim@gmail.com>2020-09-16 15:54:22 +0300
committereidheim <eidheim@gmail.com>2020-09-16 15:54:22 +0300
commit19b945f21a66efcc33656a22a236c90b3c39e98f (patch)
tree055006b76932ed53f73d4095077cf6a8552c34bf /ws_examples.cpp
parentdd8f88c7f782ca9e2bebe5d3d46cfcb17cef7bf4 (diff)
Applied style format
Diffstat (limited to 'ws_examples.cpp')
-rw-r--r--ws_examples.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ws_examples.cpp b/ws_examples.cpp
index 36798cd..ce516ff 100644
--- a/ws_examples.cpp
+++ b/ws_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: