comparison src/event/quic/ngx_event_quic_bpf.c @ 8295:d4e02b3b734f quic

QUIC: fixed indentation.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 15 Feb 2021 14:54:28 +0300
parents 7df607cb2d11
children e5a180511dec
comparison
equal deleted inserted replaced
8294:ba9e34c03968 8295:d4e02b3b734f
398 398
399 return NULL; 399 return NULL;
400 } 400 }
401 401
402 ngx_log_debug2(NGX_LOG_DEBUG_EVENT, cycle->log, 0, 402 ngx_log_debug2(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
403 "quic bpf sockmap fd duplicated old:%i new:%i", 403 "quic bpf sockmap fd duplicated old:%i new:%i",
404 ogrp->map_fd, grp->map_fd); 404 ogrp->map_fd, grp->map_fd);
405 405
406 return grp; 406 return grp;
407 } 407 }
408 408
409 409