aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_connection.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-05-22 12:09:41 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-05-22 12:09:41 +0000
commit3b30476068751fa7814b10302a63b7f3227c7450 (patch)
tree7ca108bd55a7e08775f74acf2e5627fbea5ebd3f /src/core/ngx_connection.c
parent61e991c70a2a491fdb1ee1622df9ae72756b9008 (diff)
downloadnginx-3b30476068751fa7814b10302a63b7f3227c7450.tar.gz
nginx-3b30476068751fa7814b10302a63b7f3227c7450.zip
style fix
Diffstat (limited to 'src/core/ngx_connection.c')
-rw-r--r--src/core/ngx_connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_connection.c b/src/core/ngx_connection.c
index d22a08ed2..b49a696f2 100644
--- a/src/core/ngx_connection.c
+++ b/src/core/ngx_connection.c
@@ -229,7 +229,7 @@ ngx_open_listening_sockets(ngx_cycle_t *cycle)
/* TODO: configurable try number */
- for (tries = 5 ; tries; tries--) {
+ for (tries = 5; tries; tries--) {
failed = 0;
/* for each listening socket */