diff options
author | Alejandro Colomar <alx@nginx.com> | 2023-06-14 08:59:53 +0200 |
---|---|---|
committer | Alejandro Colomar <alx@nginx.com> | 2023-06-30 14:38:34 +0200 |
commit | c185ae7512460b850d97f9e849a577550a3a2797 (patch) | |
tree | 8a82a233390e91082eb62257b7caaf3fbe40be19 /src/nxt_http_rewrite.c | |
parent | 543d478e12364b685aec5a903f6cd97fc75ad667 (diff) | |
download | unit-c185ae7512460b850d97f9e849a577550a3a2797.tar.gz unit-c185ae7512460b850d97f9e849a577550a3a2797.tar.bz2 |
Fixed indentation.
Signed-off-by: Alejandro Colomar <alx@nginx.com>
Diffstat (limited to '')
-rw-r--r-- | src/nxt_http_rewrite.c | 4 |
1 files changed, 2 insertions, 2 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); |