]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Mon, 7 May 2007 08:49:15 +0000 (08:49 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 7 May 2007 08:49:15 +0000 (08:49 +0000)
src/http/ngx_http_core_module.c

index 97f33f0f58ab95fd2b1ff8b881fe6a70e7f35e9e..cd05021a4bab3ec8514b589be41c533b6a1295b9 100644 (file)
@@ -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"