回复:Fixed the code style

2022-12-15 Thread 淮叶
OK, thanks for you help. I'll note next time. -- 发件人:Sergey Kandaurov 发送时间:2022年12月16日(星期五) 01:24 收件人:nginx-devel ; 杜叶飞(淮叶) 主 题:Re: Fixed the code style > On 15 Dec 2022, at 15:53, 杜叶飞(淮叶) via nginx-devel > wrote:

Re: Fixed the code style

2022-12-15 Thread Maxim Dounin
Hello! On Thu, Dec 15, 2022 at 09:24:08PM +0400, Sergey Kandaurov wrote: > > > On 15 Dec 2022, at 15:53, 杜叶飞(淮叶) via nginx-devel > > wrote: > > > > Hello! > > > > > > # HG changeset patch > > # User BullerDu > > # Date 1671104973 -28800 > > # Thu Dec 15 19:49:33 2022 +0800 > > # Branc

Re: Fixed the code style

2022-12-15 Thread Sergey Kandaurov
> On 15 Dec 2022, at 15:53, 杜叶飞(淮叶) via nginx-devel > wrote: > > Hello! > > > # HG changeset patch > # User BullerDu > # Date 1671104973 -28800 > # Thu Dec 15 19:49:33 2022 +0800 > # Branch bugfix_style > # Node ID 43aa2b889da22758b567964667e95071ad453e59 > # Parent c38588d8376b77fc2f5

Fixed the code style

2022-12-15 Thread 淮叶
Hello! # HG changeset patch # User BullerDu # Date 1671104973 -28800 # Thu Dec 15 19:49:33 2022 +0800 # Branch bugfix_style # Node ID 43aa2b889da22758b567964667e95071ad453e59 # Parent c38588d8376b77fc2f56f90ca16533031b235491 Style. diff -r c38588d8376b -r 43aa2b889da2 src/core/ngx_conf_file.c ---