comparison src/event/quic/ngx_event_quic_streams.c @ 9075:12b756caaf16 quic

QUIC: fixed indentation.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 13 Feb 2023 14:01:50 +0400
parents 03897c45798e
children f68fdb017141
comparison
equal deleted inserted replaced
9074:93876a4c3b27 9075:12b756caaf16
1160 1160
1161 if (!qs->cancelable) { 1161 if (!qs->cancelable) {
1162 return NGX_DECLINED; 1162 return NGX_DECLINED;
1163 } 1163 }
1164 } 1164 }
1165 } 1165 }
1166 1166
1167 return NGX_OK; 1167 return NGX_OK;
1168 } 1168 }
1169 1169
1170 1170