comparison src/event/quic/ngx_event_quic_socket.c @ 8888:6d1488b62dc5 quic

QUIC: style.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 26 Oct 2021 18:05:57 +0300
parents 4117aa7fa38e
children b09f055daa4e
comparison
equal deleted inserted replaced
8887:61b038fb59c6 8888:6d1488b62dc5
348 return sock; 348 return sock;
349 } 349 }
350 } 350 }
351 351
352 return NULL; 352 return NULL;
353 } 353 }
354
355