Skip to content

Commit 3cb4da7

Browse files
tboundy-trimblegigaplex
authored andcommitted
Fix another accidental tab indent
1 parent 90ebeb4 commit 3cb4da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/src/http/listener/http_server_httpsys.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ void windows_request_context::dispatch_request_to_listener(_In_ web::http::exper
690690
void windows_request_context::init_response_callbacks(ShouldWaitForBody shouldWait)
691691
{
692692
// Use a proxy event so we're not causing a circular reference between the http_request and the response task
693-
pplx::task_completion_event<void> proxy_content_ready;
693+
pplx::task_completion_event<void> proxy_content_ready;
694694

695695
auto content_ready_task = m_msg.content_ready();
696696
auto get_response_task = m_msg.get_response();

0 commit comments

Comments
 (0)