<div class="__aliyun_email_body_block"><div  style="line-height:1.7;font-family:Tahoma,Arial,STHeiti,SimSun;font-size:14.0px;color:#000000;"><div  style="clear:both;">OK,  thanks for you help. <span >I'll note next time</span><span >.</span></div><div  style="clear:both;"><br /></div><blockquote  style="margin-right:0;margin-top:0;margin-bottom:0;font-family:Tahoma,Arial,STHeiti,SimSun;font-size:14.0px;color:#000000;"><div  style="clear:both;">------------------------------------------------------------------</div><div  style="clear:both;">发件人:Sergey Kandaurov <pluknet@nginx.com></div><div  style="clear:both;">发送时间:2022年12月16日(星期五) 01:24</div><div  style="clear:both;">收件人:nginx-devel <nginx-devel@nginx.org>; 杜叶飞(淮叶) <yefei.dyf@alibaba-inc.com></div><div  style="clear:both;">主 题:Re: Fixed the code style</div><div  style="clear:both;"><br /></div><br >> On 15 Dec 2022, at 15:53, 杜叶飞(淮叶) via nginx-devel <nginx-devel@nginx.org> wrote:<br >> <br >> Hello!<br >> <br >> <br >> # HG changeset patch<br >> # User BullerDu <yefei.dyf@alibaba-inc.com><br >> # Date 1671104973 -28800<br >> #      Thu Dec 15 19:49:33 2022 +0800<br >> # Branch bugfix_style<br >> # Node ID 43aa2b889da22758b567964667e95071ad453e59<br >> # Parent  c38588d8376b77fc2f56f90ca16533031b235491<br >> Style.<br >> diff -r c38588d8376b -r 43aa2b889da2 src/core/ngx_conf_file.c<br >> --- a/src/core/ngx_conf_file.c  Tue Dec 13 18:53:53 2022 +0300<br >> +++ b/src/core/ngx_conf_file.c  Thu Dec 15 19:49:33 2022 +0800<br >> @@ -544,8 +544,8 @@<br >>                     }<br >>                     ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,<br >> -                                  "unexpected end of file, "<br >> -                                  "expecting \";\" or \"}\"");<br >> +                                       "unexpected end of file, "<br >> +                                       "expecting \";\" or \"}\"");<br >>                     return NGX_ERROR;<br >>                 }<br >> diff -r c38588d8376b -r 43aa2b889da2 src/event/ngx_event_udp.c<br >> --- a/src/event/ngx_event_udp.c Tue Dec 13 18:53:53 2022 +0300<br >> +++ b/src/event/ngx_event_udp.c Thu Dec 15 19:49:33 2022 +0800<br >> @@ -88,7 +88,7 @@<br >>             msg.msg_controllen = sizeof(msg_control);<br >>             ngx_memzero(&msg_control, sizeof(msg_control));<br >> -       }<br >> +        }<br >> #endif<br >>         n = recvmsg(lc->fd, &msg, 0);<br >> diff -r c38588d8376b -r 43aa2b889da2 src/os/unix/ngx_udp_sendmsg_chain.c<br >> --- a/src/os/unix/ngx_udp_sendmsg_chain.c       Tue Dec 13 18:53:53 2022 +0300<br >> +++ b/src/os/unix/ngx_udp_sendmsg_chain.c       Thu Dec 15 19:49:33 2022 +0800<br >> @@ -335,7 +335,7 @@<br >> #endif<br >> - #if (NGX_HAVE_IP_RECVDSTADDR)<br >> +#if (NGX_HAVE_IP_RECVDSTADDR)<br >>     if (cmsg->cmsg_level == IPPROTO_IP<br >>         && cmsg->cmsg_type == IP_RECVDSTADDR<br ><br >Please note that patch formatting appears corrupted,<br >I had to apply it manually.  It looks good otherwise.<br >If no objections arise, I'll push it shortly.<br ><br >-- <br >Sergey Kandaurov</blockquote></div></div>