mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
refactor: enable formatting for files under lib
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
// uncrustify:off
|
||||
|
||||
// Queue implemented by circularly-linked list.
|
||||
//
|
||||
// Adapted from libuv. Simpler and more efficient than klist.h for implementing
|
||||
@@ -43,7 +41,7 @@ typedef struct _queue {
|
||||
while((q) != (h)) { \
|
||||
QUEUE *next = q->next; \
|
||||
code \
|
||||
(q) = next; \
|
||||
(q) = next; \
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user