style fix: remove tabs and trailing spaces

This commit is contained in:
Igor Sysoev 2008-09-01 14:05:20 +00:00
parent 63c78f3c34
commit 0c16f73b4e
2 changed files with 4 additions and 4 deletions

View File

@ -1779,11 +1779,11 @@ ngx_http_merge_types(ngx_conf_t *cf, ngx_array_t *keys, ngx_hash_t *types_hash,
if (prev_keys == NULL) {
if (ngx_http_set_default_types(cf, &prev_keys, default_types)
if (ngx_http_set_default_types(cf, &prev_keys, default_types)
!= NGX_OK)
{
return NGX_CONF_ERROR;
}
return NGX_CONF_ERROR;
}
}
hash.hash = prev_types_hash;