mirror of
https://github.com/nginx/nginx.git
synced 2024-12-19 21:53:31 -06:00
style fix
This commit is contained in:
parent
09085e3b38
commit
2204d9f09d
@ -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…
Reference in New Issue
Block a user