comparison src/http/modules/ngx_http_xslt_filter_module.c @ 3508:05e964be70a2

style fix: remove blank line
author Igor Sysoev <igor@sysoev.ru>
date Wed, 12 May 2010 15:56:54 +0000
parents 6b8e5c882e47
children dd1570b6f237
comparison
equal deleted inserted replaced
3507:76fc7ad463cb 3508:05e964be70a2
1142 ccv.zero = 1; 1142 ccv.zero = 1;
1143 1143
1144 if (ngx_http_compile_complex_value(&ccv) != NGX_OK) { 1144 if (ngx_http_compile_complex_value(&ccv) != NGX_OK) {
1145 return NGX_CONF_ERROR; 1145 return NGX_CONF_ERROR;
1146 } 1146 }
1147
1148 } 1147 }
1149 1148
1150 return NGX_CONF_OK; 1149 return NGX_CONF_OK;
1151 } 1150 }
1152 1151