summaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_aio_read.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/unix/ngx_aio_read.c')
-rw-r--r--src/os/unix/ngx_aio_read.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/os/unix/ngx_aio_read.c b/src/os/unix/ngx_aio_read.c
index 2a66eb83c..206f0efb2 100644
--- a/src/os/unix/ngx_aio_read.c
+++ b/src/os/unix/ngx_aio_read.c
@@ -22,7 +22,8 @@
* timeout, aio_cancel(), aio_error()
*/
-ssize_t ngx_aio_read(ngx_connection_t *c, u_char *buf, size_t size)
+ssize_t
+ngx_aio_read(ngx_connection_t *c, u_char *buf, size_t size)
{
int n;
ngx_event_t *rev;