mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
refactor: uncrustify #16090
This commit is contained in:
@@ -198,7 +198,7 @@ void ex_perldo(exarg_T *eap)
|
||||
// Command line expansion for :profile.
|
||||
static enum {
|
||||
PEXP_SUBCMD, ///< expand :profile sub-commands
|
||||
PEXP_FUNC ///< expand :profile func {funcname}
|
||||
PEXP_FUNC, ///< expand :profile func {funcname}
|
||||
} pexpand_what;
|
||||
|
||||
static char *pexpand_cmds[] = {
|
||||
|
Reference in New Issue
Block a user