Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc0570dd

Browse files
committed
Fix spacing
1 parent16cf093 commitc0570dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎libs/network/example/http/hello_world_server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ struct hello_world {
2929
voidoperator() (server::requestconst &request,
3030
server::response &response) {
3131
server::string_type ip =source(request);
32-
unsignedint port = request.source_port;
32+
unsignedint port = request.source_port;
3333
std::ostringstream data;
3434
data <<"Hello," << ip <<':' << port <<'!';
3535
response =server::response::stock_reply(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp