]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Thu, 7 Jun 2007 12:20:34 +0000 (12:20 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 7 Jun 2007 12:20:34 +0000 (12:20 +0000)
src/http/modules/ngx_http_proxy_module.c

index 7d2c3ddfee9d3943dccce136d37467de14c10a8f..3ea8006feea4f109406f95e15b6e85a0bc043109 100644 (file)
@@ -2122,14 +2122,14 @@ ngx_http_proxy_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
 {
     ngx_http_proxy_loc_conf_t *plcf = conf;
 
-    u_char                      *p;
-    size_t                       add;
-    u_short                      port;
-    ngx_str_t                   *value, *url;
-    ngx_url_t                    u;
-    ngx_http_core_loc_conf_t    *clcf;
+    u_char                    *p;
+    size_t                     add;
+    u_short                    port;
+    ngx_str_t                 *value, *url;
+    ngx_url_t                  u;
+    ngx_http_core_loc_conf_t  *clcf;
 #if (NGX_HTTP_SSL)
-    ngx_pool_cleanup_t          *cln;
+    ngx_pool_cleanup_t        *cln;
 #endif
 
     if (plcf->upstream.schema.len) {