From: Igor Sysoev Date: Sat, 1 Dec 2007 21:05:19 +0000 (+0000) Subject: style fix X-Git-Tag: release-0.6.21~8 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=26aae392f9fd35c840bf8e400b7f4defacf181ab;p=nginx.git style fix --- 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 -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;