comparison src/core/ngx_hash.c @ 6743:7fc16ff7ddc4

Style.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 14 Oct 2016 19:48:26 +0300
parents 3cf25d33886a
children c3f60d618c17
comparison
equal deleted inserted replaced
6742:3fbb3bdff824 6743:7fc16ff7ddc4
388 continue; 388 continue;
389 } 389 }
390 390
391 buckets[i] = (ngx_hash_elt_t *) elts; 391 buckets[i] = (ngx_hash_elt_t *) elts;
392 elts += test[i]; 392 elts += test[i];
393
394 } 393 }
395 394
396 for (i = 0; i < size; i++) { 395 for (i = 0; i < size; i++) {
397 test[i] = 0; 396 test[i] = 0;
398 } 397 }