diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-11-02 12:41:56 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-11-02 12:41:56 +0000 |
commit | 19811dbdded93bc57e536cbcf7b067aee6d8ef26 (patch) | |
tree | c644218e108d9bdf54db169cf586727d1c3bee66 /src/os/unix/ngx_thread.h | |
parent | 61490aa6b617352d87b0fd58f265bace443e9e5e (diff) | |
download | nginx-19811dbdded93bc57e536cbcf7b067aee6d8ef26.tar.gz nginx-19811dbdded93bc57e536cbcf7b067aee6d8ef26.zip |
style fix
Diffstat (limited to 'src/os/unix/ngx_thread.h')
-rw-r--r-- | src/os/unix/ngx_thread.h | 1 |
1 files changed, 0 insertions, 1 deletions
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_ */ |