comparison src/http/ngx_http.c @ 2223:005fc65f7ce7

style fix: remove tabs and trailing spaces
author Igor Sysoev <igor@sysoev.ru>
date Mon, 01 Sep 2008 14:05:20 +0000
parents fb84e3e95841
children 109849282793
comparison
equal deleted inserted replaced
2222:d200fbe9aa81 2223:005fc65f7ce7
1777 1777
1778 if (prev_types_hash->buckets == NULL) { 1778 if (prev_types_hash->buckets == NULL) {
1779 1779
1780 if (prev_keys == NULL) { 1780 if (prev_keys == NULL) {
1781 1781
1782 if (ngx_http_set_default_types(cf, &prev_keys, default_types) 1782 if (ngx_http_set_default_types(cf, &prev_keys, default_types)
1783 != NGX_OK) 1783 != NGX_OK)
1784 { 1784 {
1785 return NGX_CONF_ERROR; 1785 return NGX_CONF_ERROR;
1786 } 1786 }
1787 } 1787 }
1788 1788
1789 hash.hash = prev_types_hash; 1789 hash.hash = prev_types_hash;
1790 hash.key = NULL; 1790 hash.key = NULL;
1791 hash.max_size = 2048; 1791 hash.max_size = 2048;