refactor(uncrustify): format all c code under /src/nvim/

This commit is contained in:
Dundar Goc
2022-04-29 13:52:43 +02:00
parent 995c186368
commit 0b3ae64480
25 changed files with 70 additions and 70 deletions

View File

@@ -1261,9 +1261,9 @@ static int old_KeyStuffed; // whether old_char was stuffed
static bool can_get_old_char(void)
{
// If the old character was not stuffed and characters have been added to
// the stuff buffer, need to first get the stuffed characters instead.
return old_char != -1 && (old_KeyStuffed || stuff_empty());
// If the old character was not stuffed and characters have been added to
// the stuff buffer, need to first get the stuffed characters instead.
return old_char != -1 && (old_KeyStuffed || stuff_empty());
}
/*