mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 23:38:17 +00:00
refactor: format with uncrustify #15778
* fixup: force exactly one whitespace between type and variable
This commit is contained in:
@@ -147,7 +147,7 @@ struct compl_S {
|
||||
compl_T *cp_prev;
|
||||
char_u *cp_str; // matched text
|
||||
char_u *(cp_text[CPT_COUNT]); // text for the menu
|
||||
typval_T cp_user_data;
|
||||
typval_T cp_user_data;
|
||||
char_u *cp_fname; // file containing the match, allocated when
|
||||
// cp_flags has CP_FREE_FNAME
|
||||
int cp_flags; // CP_ values
|
||||
|
Reference in New Issue
Block a user