refactor(uncrustify): format all c code under /src/nvim/

This commit is contained in:
Dundar Goc
2022-04-29 13:52:43 +02:00
parent 995c186368
commit 0b3ae64480
25 changed files with 70 additions and 70 deletions

View File

@@ -538,7 +538,6 @@ void decor_add_ephemeral(int start_row, int start_col, int end_row, int end_col,
}
int decor_virt_lines(win_T *wp, linenr_T lnum, VirtLines *lines)
{
buf_T *buf = wp->w_buffer;