mirror of
https://github.com/neovim/neovim.git
synced 2026-07-22 00:51:33 +00:00
refactor: reformat with uncrustify #15736
* fix function parameter comments * remove space after star in function names
This commit is contained in:
@@ -260,7 +260,7 @@ int tslua_push_parser(lua_State *L)
|
||||
return 1;
|
||||
}
|
||||
|
||||
static TSParser ** parser_check(lua_State *L, uint16_t index)
|
||||
static TSParser **parser_check(lua_State *L, uint16_t index)
|
||||
{
|
||||
return luaL_checkudata(L, index, TS_META_PARSER);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user