diff options
| author | Andrey Zelenkov <zelenkov@nginx.com> | 2019-03-11 17:31:59 +0300 |
|---|---|---|
| committer | Andrey Zelenkov <zelenkov@nginx.com> | 2019-03-11 17:31:59 +0300 |
| commit | 22de5fcddfacd8d241ae2926125e0151b9e6e651 (patch) | |
| tree | 5bb98bf2ed915b3ac59b32737f827c7ff6812724 /src/nxt_buf.h | |
| parent | dccb4cf3548724fbec993c5bb83edf928d0b23bf (diff) | |
| download | unit-22de5fcddfacd8d241ae2926125e0151b9e6e651.tar.gz unit-22de5fcddfacd8d241ae2926125e0151b9e6e651.tar.bz2 | |
Style.
Diffstat (limited to 'src/nxt_buf.h')
| -rw-r--r-- | src/nxt_buf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_buf.h b/src/nxt_buf.h index d9d4ee1b..9c22d650 100644 --- a/src/nxt_buf.h +++ b/src/nxt_buf.h @@ -206,7 +206,7 @@ nxt_buf_set_last(b) \ #define \ nxt_buf_clear_last(b) \ - (b)->is_last = 0 + (b)->is_last = 0 #define \ |
