]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Mon, 2 Nov 2009 12:41:56 +0000 (12:41 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 2 Nov 2009 12:41:56 +0000 (12:41 +0000)
src/core/ngx_inet.h
src/event/ngx_event_connect.h
src/http/ngx_http_upstream.h
src/http/ngx_http_upstream_round_robin.h
src/os/unix/ngx_freebsd_rfork_thread.h
src/os/unix/ngx_thread.h
src/os/unix/ngx_user.h
src/os/win32/ngx_time.h

index c1e68c83b7e875941c3bba61016d6fe94af12b62..3db74551b144c4c6f7a082dedcbad58d0cd9f6f6 100644 (file)
@@ -110,5 +110,4 @@ ngx_int_t ngx_parse_url(ngx_pool_t *pool, ngx_url_t *u);
 ngx_int_t ngx_inet_resolve_host(ngx_pool_t *pool, ngx_url_t *u);
 
 
-
 #endif /* _NGX_INET_H_INCLUDED_ */
index 6cad0427974ef4e9ca84c8d4f2c72887f521138a..4f09524dd119e81a2814c4c26585c2899a8d183c 100644 (file)
@@ -70,5 +70,4 @@ ngx_int_t ngx_event_connect_peer(ngx_peer_connection_t *pc);
 ngx_int_t ngx_event_get_peer(ngx_peer_connection_t *pc, void *data);
 
 
-
 #endif /* _NGX_EVENT_CONNECT_H_INCLUDED_ */
index ac2682d6f8eb433595ae5c73fa39512c4182b616..b0c8a60a2cffa7d1ab87c151a51872d5f24f1048 100644 (file)
@@ -334,5 +334,4 @@ extern ngx_module_t        ngx_http_upstream_module;
 extern ngx_conf_bitmask_t  ngx_http_upstream_cache_method_mask[];
 
 
-
 #endif /* _NGX_HTTP_UPSTREAM_H_INCLUDED_ */
index 221315491e3d9a063015055ac84682c1b5f5468e..a9cb257c74f06d85f4313d0849304f6112c65433 100644 (file)
@@ -81,5 +81,4 @@ void ngx_http_upstream_save_round_robin_peer_session(ngx_peer_connection_t *pc,
 #endif
 
 
-
 #endif /* _NGX_HTTP_UPSTREAM_ROUND_ROBIN_H_INCLUDED_ */
index 6b5c8a9c36de3455e97769b33fa41fc220664ffc..9826822b2459b89b76e34ea39f21ea8def41f988 100644 (file)
@@ -118,5 +118,4 @@ void ngx_mutex_unlock(ngx_mutex_t *m);
 typedef int (*ngx_rfork_thread_func_pt)(void *arg);
 
 
-
 #endif /* _NGX_FREEBSD_RFORK_THREAD_H_INCLUDED_ */
index 5171be6e8f5d7720a35bf005bdb92abc7a23bfa9..eec297a8cdcb471f69f3db3c35211db981af2d6c 100644 (file)
@@ -124,5 +124,4 @@ ngx_int_t ngx_cond_signal(ngx_cond_t *cv);
 #endif
 
 
-
 #endif /* _NGX_THREAD_H_INCLUDED_ */
index a24a66bf34ead7e9a1f8007e1c4be785601a937c..7cd944d019e2a13301913bdf87ffe134c76d4728 100644 (file)
@@ -20,5 +20,4 @@ ngx_int_t ngx_crypt(ngx_pool_t *pool, u_char *key, u_char *salt,
     u_char **encrypted);
 
 
-
 #endif /* _NGX_USER_H_INCLUDED_ */
index 4f93841395991bb32e549b32b9a6d3cdbeac8613..17a2d512a5efd46d33244713441432d17a40b9a1 100644 (file)
@@ -47,5 +47,4 @@ void ngx_libc_gmtime(time_t s, struct tm *tm);
 void ngx_gettimeofday(struct timeval *tp);
 
 
-
 #endif /* _NGX_TIME_H_INCLUDED_ */