diff options
Diffstat (limited to 'src/nvim/lib/queue.h')
-rw-r--r-- | src/nvim/lib/queue.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/lib/queue.h b/src/nvim/lib/queue.h index 452998a5a4..bc4e9c4a82 100644 --- a/src/nvim/lib/queue.h +++ b/src/nvim/lib/queue.h @@ -1,3 +1,5 @@ +// uncrustify:off + // Queue implemented by circularly-linked list. // // Adapted from libuv. Simpler and more efficient than klist.h for implementing |