aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_conf_file.c
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2023-01-02 17:10:22 +0400
committerSergey Kandaurov <pluknet@nginx.com>2023-01-02 17:10:22 +0400
commitf5aa66bd309a4cbec67285770c77db5d33347c27 (patch)
tree33899e3a8bbc6f2196b4afbaa9999c3ff814d4dc /src/core/ngx_conf_file.c
parenta1bb12e14ee86fdac2877c3a834b604f5bc522ae (diff)
parent9c7a2c7ce4ad02a36df1bb0ee5e40a84610fffb9 (diff)
downloadnginx-f5aa66bd309a4cbec67285770c77db5d33347c27.tar.gz
nginx-f5aa66bd309a4cbec67285770c77db5d33347c27.zip
Merged with the default branch.
Diffstat (limited to 'src/core/ngx_conf_file.c')
-rw-r--r--src/core/ngx_conf_file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ngx_conf_file.c b/src/core/ngx_conf_file.c
index fec7bb83a..197704b0f 100644
--- a/src/core/ngx_conf_file.c
+++ b/src/core/ngx_conf_file.c
@@ -544,8 +544,8 @@ ngx_conf_read_token(ngx_conf_t *cf)
}
ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
- "unexpected end of file, "
- "expecting \";\" or \"}\"");
+ "unexpected end of file, "
+ "expecting \";\" or \"}\"");
return NGX_ERROR;
}