style fix

This commit is contained in:
Igor Sysoev 2009-04-10 17:45:07 +00:00
parent a655f363e2
commit fb5f504bcd

View File

@ -417,7 +417,7 @@ ngx_http_file_cache_exists(ngx_http_file_cache_t *cache, ngx_http_cache_t *c)
if (fcn == NULL) { if (fcn == NULL) {
ngx_shmtx_unlock(&cache->shpool->mutex); ngx_shmtx_unlock(&cache->shpool->mutex);
ngx_http_file_cache_forced_expire(cache); (void) ngx_http_file_cache_forced_expire(cache);
ngx_shmtx_lock(&cache->shpool->mutex); ngx_shmtx_lock(&cache->shpool->mutex);