comparison src/core/ngx_conf_file.c @ 8116:3108d4d668e4

Style.
author BullerDu <yefei.dyf@alibaba-inc.com>
date Fri, 16 Dec 2022 01:15:15 +0400
parents 485dba3e2a01
children
comparison
equal deleted inserted replaced
8115:d85ce1df2313 8116:3108d4d668e4
542 "expecting \";\""); 542 "expecting \";\"");
543 return NGX_ERROR; 543 return NGX_ERROR;
544 } 544 }
545 545
546 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, 546 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
547 "unexpected end of file, " 547 "unexpected end of file, "
548 "expecting \";\" or \"}\""); 548 "expecting \";\" or \"}\"");
549 return NGX_ERROR; 549 return NGX_ERROR;
550 } 550 }
551 551
552 return NGX_CONF_FILE_DONE; 552 return NGX_CONF_FILE_DONE;
553 } 553 }