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

@@ -1,8 +1,8 @@
#ifndef NVIM_HIGHLIGHT_GROUP_H
#define NVIM_HIGHLIGHT_GROUP_H
#include "nvim/types.h"
#include "nvim/eval.h"
#include "nvim/types.h"
#define MAX_HL_ID 20000 // maximum value for a highlight ID.