diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nxt_http_rewrite.c | 4 | ||||
-rw-r--r-- | src/nxt_tstr.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/nxt_http_rewrite.c b/src/nxt_http_rewrite.c index b800a919..fac96339 100644 --- a/src/nxt_http_rewrite.c +++ b/src/nxt_http_rewrite.c @@ -10,8 +10,8 @@ nxt_int_t nxt_http_rewrite_init(nxt_router_conf_t *rtcf, nxt_http_action_t *action, - nxt_http_action_conf_t *acf) - { + nxt_http_action_conf_t *acf) +{ nxt_str_t str; nxt_conf_get_string(acf->rewrite, &str); diff --git a/src/nxt_tstr.c b/src/nxt_tstr.c index 516415d9..0e084bb4 100644 --- a/src/nxt_tstr.c +++ b/src/nxt_tstr.c @@ -42,8 +42,8 @@ struct nxt_tstr_query_s { void *ctx; void *data; - nxt_work_handler_t ready; - nxt_work_handler_t error; + nxt_work_handler_t ready; + nxt_work_handler_t error; }; |