mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +00:00
refactor: reformat with uncrustify #15736
* fix function parameter comments * remove space after star in function names
This commit is contained in:
@@ -203,7 +203,7 @@ static void register_closure(ufunc_T *fp)
|
||||
|
||||
|
||||
/// Get a name for a lambda. Returned in static memory.
|
||||
char_u * get_lambda_name(void)
|
||||
char_u *get_lambda_name(void)
|
||||
{
|
||||
static char_u name[30];
|
||||
static int lambda_no = 0;
|
||||
|
Reference in New Issue
Block a user