]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Thu, 15 Jul 2010 13:10:05 +0000 (13:10 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 15 Jul 2010 13:10:05 +0000 (13:10 +0000)
src/http/ngx_http_file_cache.c

index 12a5e55ae9e2e68454832d41104cd9dffebcbfa4..0b3c0c834372f36f81bb9705b350952fbdaf3574 100644 (file)
@@ -1111,9 +1111,7 @@ ngx_http_file_cache_delete(ngx_http_file_cache_t *cache, ngx_queue_t *q,
     *p = '\0';
 
     ngx_queue_remove(q);
-
     ngx_rbtree_delete(&cache->sh->rbtree, &fcn->node);
-
     ngx_slab_free_locked(cache->shpool, fcn);
 
     ngx_shmtx_unlock(&cache->shpool->mutex);