mirror of
https://github.com/nginx/nginx.git
synced 2026-08-28 04:39:05 +00:00
style fix
This commit is contained in:
parent
09085e3b38
commit
2204d9f09d
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ struct ngx_queue_s {
|
|||
|
||||
#define ngx_queue_init(q) \
|
||||
(q)->prev = q; \
|
||||
(q)->next = q;
|
||||
(q)->next = q
|
||||
|
||||
|
||||
#define ngx_queue_empty(h) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue