mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
style fix
This commit is contained in:
@@ -88,7 +88,7 @@ ngx_radix_tree_create(ngx_pool_t *pool, ngx_int_t preallocate)
|
||||
|
||||
do {
|
||||
if (ngx_radix32tree_insert(tree, key, mask, NGX_RADIX_NO_VALUE)
|
||||
!= NGX_OK)
|
||||
!= NGX_OK)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user