diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2016-10-14 19:48:26 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2016-10-14 19:48:26 +0300 |
commit | 71841601d2e98e875512bf626e04866fceb4c04c (patch) | |
tree | 94285dd3b4a6e9f04105ab9e5932357ac4788a40 /src/core | |
parent | 5e700a702c8c4ea28a7233fdbf53b8fbd38607bf (diff) | |
download | nginx-71841601d2e98e875512bf626e04866fceb4c04c.tar.gz nginx-71841601d2e98e875512bf626e04866fceb4c04c.zip |
Style.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/ngx_hash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ngx_hash.c b/src/core/ngx_hash.c index 151e64304..1944c7a21 100644 --- a/src/core/ngx_hash.c +++ b/src/core/ngx_hash.c @@ -390,7 +390,6 @@ found: buckets[i] = (ngx_hash_elt_t *) elts; elts += test[i]; - } for (i = 0; i < size; i++) { |