Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-05-07 12:49:15 +0400
committerIgor Sysoev <igor@sysoev.ru>2007-05-07 12:49:15 +0400
commit5a8bc361182d216e6d594a0546e329dff72a9b65 (patch)
treea95ccf170aa3636d1f9639d3ab0ea882ae940ea5 /src
parentc5a60bb4a07772785ab47bc72907353a2ed99b58 (diff)
style fix
Diffstat (limited to 'src')
-rw-r--r--src/http/ngx_http_core_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c
index 97f33f0f5..cd05021a4 100644
--- a/src/http/ngx_http_core_module.c
+++ b/src/http/ngx_http_core_module.c
@@ -72,7 +72,7 @@ static char *ngx_http_core_internal(ngx_conf_t *cf, ngx_command_t *cmd,
static char *ngx_http_core_lowat_check(ngx_conf_t *cf, void *post, void *data);
static ngx_conf_post_t ngx_http_core_lowat_post =
- { ngx_http_core_lowat_check };
+ { ngx_http_core_lowat_check };
static ngx_conf_deprecated_t ngx_conf_deprecated_optimize_host_names = {
ngx_conf_deprecated, "optimize_host_names", "optimize_server_names"