aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-11-02 12:41:56 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-11-02 12:41:56 +0000
commit19811dbdded93bc57e536cbcf7b067aee6d8ef26 (patch)
treec644218e108d9bdf54db169cf586727d1c3bee66 /src
parent61490aa6b617352d87b0fd58f265bace443e9e5e (diff)
downloadnginx-19811dbdded93bc57e536cbcf7b067aee6d8ef26.tar.gz
nginx-19811dbdded93bc57e536cbcf7b067aee6d8ef26.zip
style fix
Diffstat (limited to 'src')
-rw-r--r--src/core/ngx_inet.h1
-rw-r--r--src/event/ngx_event_connect.h1
-rw-r--r--src/http/ngx_http_upstream.h1
-rw-r--r--src/http/ngx_http_upstream_round_robin.h1
-rw-r--r--src/os/unix/ngx_freebsd_rfork_thread.h1
-rw-r--r--src/os/unix/ngx_thread.h1
-rw-r--r--src/os/unix/ngx_user.h1
-rw-r--r--src/os/win32/ngx_time.h1
8 files changed, 0 insertions, 8 deletions
diff --git a/src/core/ngx_inet.h b/src/core/ngx_inet.h
index c1e68c83b..3db74551b 100644
--- a/src/core/ngx_inet.h
+++ b/src/core/ngx_inet.h
@@ -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_ */
diff --git a/src/event/ngx_event_connect.h b/src/event/ngx_event_connect.h
index 6cad04279..4f09524dd 100644
--- a/src/event/ngx_event_connect.h
+++ b/src/event/ngx_event_connect.h
@@ -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_ */
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h
index ac2682d6f..b0c8a60a2 100644
--- a/src/http/ngx_http_upstream.h
+++ b/src/http/ngx_http_upstream.h
@@ -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_ */
diff --git a/src/http/ngx_http_upstream_round_robin.h b/src/http/ngx_http_upstream_round_robin.h
index 221315491..a9cb257c7 100644
--- a/src/http/ngx_http_upstream_round_robin.h
+++ b/src/http/ngx_http_upstream_round_robin.h
@@ -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_ */
diff --git a/src/os/unix/ngx_freebsd_rfork_thread.h b/src/os/unix/ngx_freebsd_rfork_thread.h
index 6b5c8a9c3..9826822b2 100644
--- a/src/os/unix/ngx_freebsd_rfork_thread.h
+++ b/src/os/unix/ngx_freebsd_rfork_thread.h
@@ -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_ */
diff --git a/src/os/unix/ngx_thread.h b/src/os/unix/ngx_thread.h
index 5171be6e8..eec297a8c 100644
--- a/src/os/unix/ngx_thread.h
+++ b/src/os/unix/ngx_thread.h
@@ -124,5 +124,4 @@ ngx_int_t ngx_cond_signal(ngx_cond_t *cv);
#endif
-
#endif /* _NGX_THREAD_H_INCLUDED_ */
diff --git a/src/os/unix/ngx_user.h b/src/os/unix/ngx_user.h
index a24a66bf3..7cd944d01 100644
--- a/src/os/unix/ngx_user.h
+++ b/src/os/unix/ngx_user.h
@@ -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_ */
diff --git a/src/os/win32/ngx_time.h b/src/os/win32/ngx_time.h
index 4f9384139..17a2d512a 100644
--- a/src/os/win32/ngx_time.h
+++ b/src/os/win32/ngx_time.h
@@ -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_ */