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_tstr.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_tstr.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; }; |