From 4472c56d54f447040f6e8610b261b7efa0d04eb6 Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Sat, 30 Oct 2021 02:23:20 +0200 Subject: refactor: uncrustify #16090 --- src/nvim/syntax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/syntax.c') diff --git a/src/nvim/syntax.c b/src/nvim/syntax.c index b194620b53..a82fd42976 100644 --- a/src/nvim/syntax.c +++ b/src/nvim/syntax.c @@ -5770,7 +5770,7 @@ static enum { EXP_SUBCMD, // expand ":syn" sub-commands EXP_CASE, // expand ":syn case" arguments EXP_SPELL, // expand ":syn spell" arguments - EXP_SYNC // expand ":syn sync" arguments + EXP_SYNC, // expand ":syn sync" arguments } expand_what; /* -- cgit