diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-12-01 21:05:19 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-12-01 21:05:19 +0000 |
commit | 26aae392f9fd35c840bf8e400b7f4defacf181ab (patch) | |
tree | 767cf347814b0fe9309138a2a85624b15f1f2092 /src/os/unix/ngx_send.c | |
parent | f49491236f08b0c385dce4b5b54b9439bfb740ce (diff) | |
download | nginx-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.c | 3 |
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; |