mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
# include "charset.c.generated.h"
|
||||
#endif
|
||||
|
||||
|
||||
static bool chartab_initialized = false;
|
||||
|
||||
// b_chartab[] is an array with 256 bits, each bit representing one of the
|
||||
@@ -495,7 +494,6 @@ char_u *str_foldcase(char_u *str, int orglen, char_u *buf, int buflen)
|
||||
i += utfc_ptr2len((char *)STR_PTR(i));
|
||||
}
|
||||
|
||||
|
||||
if (buf == NULL) {
|
||||
return (char_u *)ga.ga_data;
|
||||
}
|
||||
|
Reference in New Issue
Block a user