Skip to content

Commit 4c7fa25

Browse files
committed
Removed whitespace
1 parent 6d4a505 commit 4c7fa25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

boost/network/protocol/http/impl/response.ipp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ struct basic_response<tags::http_server> {
8787
space_unavailable = 507,
8888
network_authentication_required = 511
8989
} status;
90-
90+
9191
/// The headers to be included in the reply.
9292
typedef vector<tags::http_server>::apply<header_type>::type headers_vector;
9393
headers_vector headers;
@@ -511,7 +511,6 @@ struct basic_response<tags::http_server> {
511511
return trim_null(buffer("HTTP/1.1 500 Internal Server Error\r\n"));
512512
}
513513
}
514-
515514
};
516515

517516
} // namespace http

0 commit comments

Comments
 (0)