diff 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
line wrap: on
line diff
--- a/src/http/ngx_http.c
+++ b/src/http/ngx_http.c
@@ -1779,11 +1779,11 @@ ngx_http_merge_types(ngx_conf_t *cf, ngx
 
         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;