QUIC: fixed indentation.

This commit is contained in:
Sergey Kandaurov 2021-02-15 14:54:28 +03:00
parent f86c1e1de1
commit 407c47074d
5 changed files with 28 additions and 29 deletions

View File

@ -542,7 +542,6 @@ ngx_quic_log_frame(ngx_log_t *log, ngx_quic_frame_t *f, ngx_uint_t tx)
p = ngx_slprintf(p, last, " ft:%ui", f->u.close.frame_type);
}
break;
case NGX_QUIC_FT_STREAM0: