diff src/event/quic/ngx_event_quic.c @ 9015:a2fbae359828 quic

QUIC: fixed indentation.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 16 Feb 2022 15:45:47 +0300
parents f9c788f3f5cc
children c2f5d79cde64
line wrap: on
line diff
--- a/src/event/quic/ngx_event_quic.c
+++ b/src/event/quic/ngx_event_quic.c
@@ -491,9 +491,9 @@ ngx_quic_close_connection(ngx_connection
 
             /* this case also handles some errors from ngx_quic_run() */
 
-             ngx_log_debug2(NGX_LOG_DEBUG_EVENT, c->log, 0,
-                            "quic close silent drain:%d timedout:%d",
-                            qc->draining, c->read->timedout);
+            ngx_log_debug2(NGX_LOG_DEBUG_EVENT, c->log, 0,
+                           "quic close silent drain:%d timedout:%d",
+                           qc->draining, c->read->timedout);
         } else {
 
             /*
@@ -816,7 +816,7 @@ ngx_quic_handle_packet(ngx_connection_t 
                 {
                     /* packet comes from unknown path, possibly migration */
                     ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, 0,
-                                  "quic too early migration attempt");
+                                   "quic too early migration attempt");
                     return NGX_DONE;
                 }
             }