mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +00:00
refactor: uncrustify #16090
This commit is contained in:
@@ -68,7 +68,7 @@ enum {
|
||||
/// Read or write buffer size
|
||||
///
|
||||
/// Currently equal to (IOSIZE - 1), but they do not need to be connected.
|
||||
kRWBufferSize = 1024
|
||||
kRWBufferSize = 1024,
|
||||
};
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
|
Reference in New Issue
Block a user