mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 00:08:19 +00:00
refactor: reformat with uncrustify #15736
* fix function parameter comments * remove space after star in function names
This commit is contained in:
@@ -93,7 +93,7 @@ typedef struct hl_group {
|
||||
static garray_T highlight_ga = GA_EMPTY_INIT_VALUE;
|
||||
Map(cstr_t, int) highlight_unames = MAP_INIT;
|
||||
|
||||
static inline struct hl_group * HL_TABLE(void)
|
||||
static inline struct hl_group *HL_TABLE(void)
|
||||
{
|
||||
return ((struct hl_group *)((highlight_ga.ga_data)));
|
||||
}
|
||||
|
Reference in New Issue
Block a user