comparison src/http/modules/ngx_http_empty_gif_module.c @ 1038:c136df6c5ff0

style fix
author Igor Sysoev <igor@sysoev.ru>
date Wed, 17 Jan 2007 10:50:52 +0000
parents 63a820b0bc6c
children cc114c85be0f 93176ec9a9fc
comparison
equal deleted inserted replaced
1037:c28c8bdb57f4 1038:c136df6c5ff0
156 156
157 if (rc == NGX_ERROR || rc > NGX_OK || r->header_only) { 157 if (rc == NGX_ERROR || rc > NGX_OK || r->header_only) {
158 return rc; 158 return rc;
159 } 159 }
160 160
161 return ngx_http_output_filter(r, &out);; 161 return ngx_http_output_filter(r, &out);
162 } 162 }
163 163
164 164
165 static char * 165 static char *
166 ngx_http_empty_gif(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) 166 ngx_http_empty_gif(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)