Navigation Menu

Skip to content

Commit

Permalink
groonga-httpd: fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 12, 2012
1 parent 03e65b0 commit 2890d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nginx-module/ngx_http_groonga_module.c
Expand Up @@ -288,7 +288,7 @@ ngx_http_groonga_handler_send_response(ngx_http_request_t *r,
grn_ctx *context;
const char *content_type;
ngx_buf_t *head_buf, *body_buf, *foot_buf;
ngx_chain_t head_chain, body_chain, foot_chain;
ngx_chain_t head_chain, body_chain, foot_chain;
ngx_chain_t *output_chain = NULL;

context = &(data->context);
Expand Down

0 comments on commit 2890d84

Please sign in to comment.