diff src/http/modules/ngx_http_ssi_filter_module.c @ 787:b310630d129e

style fix: remove trailing spaces
author Igor Sysoev <igor@sysoev.ru>
date Tue, 17 Oct 2006 16:13:49 +0000
parents 5a164305b960
children 362d156f0278
line wrap: on
line diff
--- a/src/http/modules/ngx_http_ssi_filter_module.c
+++ b/src/http/modules/ngx_http_ssi_filter_module.c
@@ -1554,7 +1554,7 @@ ngx_http_ssi_get_variable(ngx_http_reque
             if (part->next == NULL) {
                 break;
             }
-  
+
             part = part->next;
             var = part->elts;
             i = 0;