mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 22:36:09 +00:00
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
This commit is contained in:
@@ -56,7 +56,6 @@ static const int kLibuvSuccess = 0;
|
||||
static uv_loop_t fs_loop;
|
||||
static uv_mutex_t fs_loop_mutex;
|
||||
|
||||
|
||||
// Initialize the fs module
|
||||
void fs_init(void)
|
||||
{
|
||||
@@ -77,7 +76,6 @@ void fs_loop_unlock(void)
|
||||
uv_mutex_unlock(&fs_loop_mutex);
|
||||
}
|
||||
|
||||
|
||||
/// Changes the current directory to `path`.
|
||||
///
|
||||
/// @return 0 on success, or negative error code.
|
||||
|
Reference in New Issue
Block a user