mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 11:18:19 +00:00
refactor: format with uncrustify #15778
* fixup: force exactly one whitespace between type and variable
This commit is contained in:
@@ -3667,8 +3667,8 @@ static int win_line(win_T *wp, linenr_T lnum, int startrow, int endrow, bool noc
|
||||
n_extra = tab_len;
|
||||
} else {
|
||||
char_u *p;
|
||||
int i;
|
||||
int saved_nextra = n_extra;
|
||||
int i;
|
||||
int saved_nextra = n_extra;
|
||||
|
||||
if (vcol_off > 0) {
|
||||
// there are characters to conceal
|
||||
|
Reference in New Issue
Block a user