mirror of
https://github.com/neovim/neovim.git
synced 2026-07-21 08:31:47 +00:00
refactor: format with uncrustify #15778
* fixup: force exactly one whitespace between type and variable
This commit is contained in:
@@ -265,8 +265,8 @@ int nlua_xdl_diff(lua_State *lstate)
|
||||
Error err = ERROR_INIT;
|
||||
|
||||
xdemitconf_t cfg;
|
||||
xpparam_t params;
|
||||
xdemitcb_t ecb;
|
||||
xpparam_t params;
|
||||
xdemitcb_t ecb;
|
||||
|
||||
memset(&cfg, 0, sizeof(cfg));
|
||||
memset(¶ms, 0, sizeof(params));
|
||||
|
||||
Reference in New Issue
Block a user