<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;">Hello!</div><div  style="clear:both;"><br ></div><div  style="clear:both;"><br ></div><div  style="clear:both;"><span ># HG changeset patch</span><div  style="clear:both;"># User BullerDu <yefei.dyf@alibaba-inc.com></div><div  style="clear:both;"># Date 1671104973 -28800</div><div  style="clear:both;">#      Thu Dec 15 19:49:33 2022 +0800</div><div  style="clear:both;"># Branch bugfix_style</div><div  style="clear:both;"># Node ID 43aa2b889da22758b567964667e95071ad453e59</div><div  style="clear:both;"># Parent  c38588d8376b77fc2f56f90ca16533031b235491</div><div  style="clear:both;">Style.</div><div  style="clear:both;">diff -r c38588d8376b -r 43aa2b889da2 src/core/ngx_conf_file.c</div><div  style="clear:both;">--- a/src/core/ngx_conf_file.c  Tue Dec 13 18:53:53 2022 +0300</div><div  style="clear:both;">+++ b/src/core/ngx_conf_file.c  Thu Dec 15 19:49:33 2022 +0800</div><div  style="clear:both;">@@ -544,8 +544,8 @@</div><div  style="clear:both;">                     }</div><div  style="clear:both;">                     ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,</div><div  style="clear:both;">-                                  "unexpected end of file, "</div><div  style="clear:both;">-                                  "expecting \";\" or \"}\"");</div><div  style="clear:both;">+                                       "unexpected end of file, "</div><div  style="clear:both;">+                                       "expecting \";\" or \"}\"");</div><div  style="clear:both;">                     return NGX_ERROR;</div><div  style="clear:both;">                 }</div><div  style="clear:both;">diff -r c38588d8376b -r 43aa2b889da2 src/event/ngx_event_udp.c</div><div  style="clear:both;">--- a/src/event/ngx_event_udp.c Tue Dec 13 18:53:53 2022 +0300</div><div  style="clear:both;">+++ b/src/event/ngx_event_udp.c Thu Dec 15 19:49:33 2022 +0800</div><div  style="clear:both;">@@ -88,7 +88,7 @@</div><div  style="clear:both;">             msg.msg_controllen = sizeof(msg_control);</div><div  style="clear:both;">             ngx_memzero(&msg_control, sizeof(msg_control));</div><div  style="clear:both;">-       }</div><div  style="clear:both;">+        }</div><div  style="clear:both;"> #endif</div><div  style="clear:both;">         n = recvmsg(lc->fd, &msg, 0);</div><div  style="clear:both;">diff -r c38588d8376b -r 43aa2b889da2 src/os/unix/ngx_udp_sendmsg_chain.c</div><div  style="clear:both;">--- a/src/os/unix/ngx_udp_sendmsg_chain.c       Tue Dec 13 18:53:53 2022 +0300</div><div  style="clear:both;">+++ b/src/os/unix/ngx_udp_sendmsg_chain.c       Thu Dec 15 19:49:33 2022 +0800</div><div  style="clear:both;">@@ -335,7 +335,7 @@</div><div  style="clear:both;"> #endif</div><div  style="clear:both;">- #if (NGX_HAVE_IP_RECVDSTADDR)</div><div  style="clear:both;">+#if (NGX_HAVE_IP_RECVDSTADDR)</div><div  style="clear:both;">     if (cmsg->cmsg_level == IPPROTO_IP</div><span >         && cmsg->cmsg_type == IP_RECVDSTADDR</span></div></div></div>