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

@@ -6,8 +6,9 @@
typedef void (*UIClientHandler)(Array args);
#ifdef INCLUDE_GENERATED_DECLARATIONS
#include "ui_client.h.generated.h"
#include "ui_events_client.h.generated.h"
# include "ui_client.h.generated.h"
# include "ui_events_client.h.generated.h"
#endif
#endif // NVIM_UI_CLIENT_H