aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/grid.c
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2022-05-21 05:41:57 +0200
committerGitHub <noreply@github.com>2022-05-20 20:41:57 -0700
commit045aacc38470114daa969c5751276c90a3158f9b (patch)
treec52c1982858e63b843948d903c97d3765203dcce /src/nvim/grid.c
parent4c97e17d3867418919800bdf4f8079601c79bc12 (diff)
downloadrneovim-045aacc38470114daa969c5751276c90a3158f9b.tar.gz
rneovim-045aacc38470114daa969c5751276c90a3158f9b.tar.bz2
rneovim-045aacc38470114daa969c5751276c90a3158f9b.zip
ci: lint with uncrustify #18563
This lint job will ensure that the C codebase is properly formatted at all times. This helps eliminate most of clint.py. To save CI time, it's faster to manually compile uncrustify and cache the binary instead of using homebrew (the apt-get package is too old).
Diffstat (limited to 'src/nvim/grid.c')
-rw-r--r--src/nvim/grid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/grid.c b/src/nvim/grid.c
index fa5c193fe0..d241f86d1c 100644
--- a/src/nvim/grid.c
+++ b/src/nvim/grid.c
@@ -4,9 +4,9 @@
#include "nvim/arabic.h"
#include "nvim/grid.h"
#include "nvim/highlight.h"
+#include "nvim/screen.h"
#include "nvim/ui.h"
#include "nvim/vim.h"
-#include "nvim/screen.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "grid.c.generated.h"