style fix

This commit is contained in:
Igor Sysoev 2009-11-02 12:41:56 +00:00
parent 61490aa6b6
commit 19811dbdde
8 changed files with 0 additions and 8 deletions

View 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_ */

View 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_ */

View 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_ */

View 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_ */

View 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_ */

View File

@ -124,5 +124,4 @@ ngx_int_t ngx_cond_signal(ngx_cond_t *cv);
#endif
#endif /* _NGX_THREAD_H_INCLUDED_ */

View 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_ */

View 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_ */