Commit f87e6a66 authored by zhujiashun's avatar zhujiashun

fix indentation

parent d15e4240
......@@ -512,7 +512,8 @@ ParseResult H2Context::Consume(
delete sctx;
return MakeMessage(NULL);
} else {
sctx->header().set_status_code(H2ErrorToStatusCode(h2_res.error()));
sctx->header().set_status_code(
H2ErrorToStatusCode(h2_res.error()));
return MakeMessage(sctx);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment