changeset 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 d200fbe9aa81
children 109849282793
files src/http/modules/ngx_http_fastcgi_module.c src/http/ngx_http.c
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_fastcgi_module.c
+++ b/src/http/modules/ngx_http_fastcgi_module.c
@@ -1170,7 +1170,7 @@ ngx_http_fastcgi_process_header(ngx_http
                     u->headers_in.status_line.len =
                                            sizeof("302 Moved Temporarily") - 1;
                     u->headers_in.status_line.data =
-                                           (u_char *) "302 Moved Temporarily"; 
+                                           (u_char *) "302 Moved Temporarily";
 
                 } else {
                     u->headers_in.status_n = 200;
--- 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;