diff src/stream/ngx_stream_upstream_hash_module.c @ 6702:914d8a63dbad

Upstream: style.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 22 Sep 2016 19:31:08 +0300
parents 52367732bcbc
children 29bf0dbc0a77
line wrap: on
line diff
--- a/src/stream/ngx_stream_upstream_hash_module.c
+++ b/src/stream/ngx_stream_upstream_hash_module.c
@@ -524,7 +524,6 @@ ngx_stream_upstream_get_chash_peer(ngx_p
              peer;
              peer = peer->next, i++)
         {
-
             n = i / (8 * sizeof(uintptr_t));
             m = (uintptr_t) 1 << i % (8 * sizeof(uintptr_t));