diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2012-03-05 18:09:06 +0000 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-03-05 18:09:06 +0000 |
commit | ee187436afcaaeef4bb8bcb65b3f5f815920761e (patch) | |
tree | e1f9418e9c5877b3e5cae26bb66682d548a0d959 /src/core/ngx_connection.c | |
parent | 35e735523ebb1ea24b20f9099677b82a47c5d756 (diff) | |
download | nginx-ee187436afcaaeef4bb8bcb65b3f5f815920761e.tar.gz nginx-ee187436afcaaeef4bb8bcb65b3f5f815920761e.zip |
Whitespace fixes.
Diffstat (limited to 'src/core/ngx_connection.c')
-rw-r--r-- | src/core/ngx_connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_connection.c b/src/core/ngx_connection.c index 6e09eb80a..4d1aa0d1b 100644 --- a/src/core/ngx_connection.c +++ b/src/core/ngx_connection.c @@ -514,7 +514,7 @@ ngx_configure_listening_sockets(ngx_cycle_t *cycle) } } -#if (NGX_HAVE_KEEPALIVE_TUNABLE) +#if (NGX_HAVE_KEEPALIVE_TUNABLE) if (ls[i].keepidle) { if (setsockopt(ls[i].fd, IPPROTO_TCP, TCP_KEEPIDLE, |