diff 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
line wrap: on
line diff
--- a/src/event/quic/ngx_event_quic_streams.c
+++ b/src/event/quic/ngx_event_quic_streams.c
@@ -1162,7 +1162,7 @@ ngx_quic_can_shutdown(ngx_connection_t *
                 return NGX_DECLINED;
             }
         }
-     }
+    }
 
     return NGX_OK;
 }