Skip to content

Commit 5ff26c0

Browse files
committed
formatting
1 parent 219fd32 commit 5ff26c0

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
ngx_int_t ngx_http_firetail_send(ngx_http_request_t *r,
2-
FiretailFilterContext *ctx, ngx_buf_t *b,
3-
char *error);
4-
ngx_int_t ngx_http_firetail_request(ngx_http_request_t *request, ngx_buf_t *b,
5-
ngx_chain_t *chain_head, char *error);
6-
ngx_buf_t *ngx_http_filter_buffer(ngx_http_request_t *request,
7-
u_char *response);
1+
ngx_int_t ngx_http_firetail_send(ngx_http_request_t *r, FiretailFilterContext *ctx, ngx_buf_t *b, char *error);
2+
ngx_int_t ngx_http_firetail_request(ngx_http_request_t *request, ngx_buf_t *b, ngx_chain_t *chain_head, char *error);
3+
ngx_buf_t *ngx_http_filter_buffer(ngx_http_request_t *request, u_char *response);
84
void ngx_http_firetail_cleanup(void *data);

src/nginx_module/filter_response_body.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
#include <ngx_core.h>
55
#include <ngx_http.h>
66

7-
ngx_int_t FiretailResponseBodyFilter(ngx_http_request_t *request,
8-
ngx_chain_t *chain_head);
7+
ngx_int_t FiretailResponseBodyFilter(ngx_http_request_t *request, ngx_chain_t *chain_head);
98
#endif

0 commit comments

Comments
 (0)