aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_send.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-12-01 21:05:19 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-12-01 21:05:19 +0000
commit26aae392f9fd35c840bf8e400b7f4defacf181ab (patch)
tree767cf347814b0fe9309138a2a85624b15f1f2092 /src/os/unix/ngx_send.c
parentf49491236f08b0c385dce4b5b54b9439bfb740ce (diff)
downloadnginx-26aae392f9fd35c840bf8e400b7f4defacf181ab.tar.gz
nginx-26aae392f9fd35c840bf8e400b7f4defacf181ab.zip
style fix
Diffstat (limited to 'src/os/unix/ngx_send.c')
-rw-r--r--src/os/unix/ngx_send.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/os/unix/ngx_send.c b/src/os/unix/ngx_send.c
index 167f2eca3..5cbb1285e 100644
--- a/src/os/unix/ngx_send.c
+++ b/src/os/unix/ngx_send.c
@@ -9,7 +9,8 @@
#include <ngx_event.h>
-ssize_t ngx_unix_send(ngx_connection_t *c, u_char *buf, size_t size)
+ssize_t
+ngx_unix_send(ngx_connection_t *c, u_char *buf, size_t size)
{
ssize_t n;
ngx_err_t err;