# HG changeset patch # User Igor Sysoev # Date 1257165716 0 # Node ID ebcee0063cd845ca207fc6aaa9b8e55e5db8291f # Parent 00d436dbf82676a0e1c332f7ba861c542c106201 style fix diff -r 00d436dbf826 -r ebcee0063cd8 src/core/ngx_inet.h --- a/src/core/ngx_inet.h Sun Nov 01 19:29:49 2009 +0000 +++ b/src/core/ngx_inet.h Mon Nov 02 12:41:56 2009 +0000 @@ -110,5 +110,4 @@ ngx_int_t ngx_inet_resolve_host(ngx_pool_t *pool, ngx_url_t *u); - #endif /* _NGX_INET_H_INCLUDED_ */ diff -r 00d436dbf826 -r ebcee0063cd8 src/event/ngx_event_connect.h --- a/src/event/ngx_event_connect.h Sun Nov 01 19:29:49 2009 +0000 +++ b/src/event/ngx_event_connect.h Mon Nov 02 12:41:56 2009 +0000 @@ -70,5 +70,4 @@ ngx_int_t ngx_event_get_peer(ngx_peer_connection_t *pc, void *data); - #endif /* _NGX_EVENT_CONNECT_H_INCLUDED_ */ diff -r 00d436dbf826 -r ebcee0063cd8 src/http/ngx_http_upstream.h --- a/src/http/ngx_http_upstream.h Sun Nov 01 19:29:49 2009 +0000 +++ b/src/http/ngx_http_upstream.h Mon Nov 02 12:41:56 2009 +0000 @@ -334,5 +334,4 @@ extern ngx_conf_bitmask_t ngx_http_upstream_cache_method_mask[]; - #endif /* _NGX_HTTP_UPSTREAM_H_INCLUDED_ */ diff -r 00d436dbf826 -r ebcee0063cd8 src/http/ngx_http_upstream_round_robin.h --- a/src/http/ngx_http_upstream_round_robin.h Sun Nov 01 19:29:49 2009 +0000 +++ b/src/http/ngx_http_upstream_round_robin.h Mon Nov 02 12:41:56 2009 +0000 @@ -81,5 +81,4 @@ #endif - #endif /* _NGX_HTTP_UPSTREAM_ROUND_ROBIN_H_INCLUDED_ */ diff -r 00d436dbf826 -r ebcee0063cd8 src/os/unix/ngx_freebsd_rfork_thread.h --- a/src/os/unix/ngx_freebsd_rfork_thread.h Sun Nov 01 19:29:49 2009 +0000 +++ b/src/os/unix/ngx_freebsd_rfork_thread.h Mon Nov 02 12:41:56 2009 +0000 @@ -118,5 +118,4 @@ typedef int (*ngx_rfork_thread_func_pt)(void *arg); - #endif /* _NGX_FREEBSD_RFORK_THREAD_H_INCLUDED_ */ diff -r 00d436dbf826 -r ebcee0063cd8 src/os/unix/ngx_thread.h --- a/src/os/unix/ngx_thread.h Sun Nov 01 19:29:49 2009 +0000 +++ b/src/os/unix/ngx_thread.h Mon Nov 02 12:41:56 2009 +0000 @@ -124,5 +124,4 @@ #endif - #endif /* _NGX_THREAD_H_INCLUDED_ */ diff -r 00d436dbf826 -r ebcee0063cd8 src/os/unix/ngx_user.h --- a/src/os/unix/ngx_user.h Sun Nov 01 19:29:49 2009 +0000 +++ b/src/os/unix/ngx_user.h Mon Nov 02 12:41:56 2009 +0000 @@ -20,5 +20,4 @@ u_char **encrypted); - #endif /* _NGX_USER_H_INCLUDED_ */ diff -r 00d436dbf826 -r ebcee0063cd8 src/os/win32/ngx_time.h --- a/src/os/win32/ngx_time.h Sun Nov 01 19:29:49 2009 +0000 +++ b/src/os/win32/ngx_time.h Mon Nov 02 12:41:56 2009 +0000 @@ -47,5 +47,4 @@ void ngx_gettimeofday(struct timeval *tp); - #endif /* _NGX_TIME_H_INCLUDED_ */