We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffbd5e2 commit 512f3e9Copy full SHA for 512f3e9
README
@@ -123,7 +123,7 @@ int main(int argc, char **argv)
123
//--------------------------------------------------------------------------
124
socket.Initialize();
125
126
- if(!socket.Listen("127.0.0.1", 6789))
+ if (!socket.Listen("127.0.0.1", 6789))
127
{
128
std::cerr << socket.DescribeError() << std::endl;
129
return 1;
examples/EchoServer.cpp
@@ -13,7 +13,7 @@ int main(int argc, char **argv)
13
14
15
16
17
18
19
0 commit comments