diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-05-21 05:41:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-20 20:41:57 -0700 |
commit | 045aacc38470114daa969c5751276c90a3158f9b (patch) | |
tree | c52c1982858e63b843948d903c97d3765203dcce /src/nvim/strings.h | |
parent | 4c97e17d3867418919800bdf4f8079601c79bc12 (diff) | |
download | rneovim-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/strings.h')
-rw-r--r-- | src/nvim/strings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/strings.h b/src/nvim/strings.h index 0503cecc8a..9ef1eb5816 100644 --- a/src/nvim/strings.h +++ b/src/nvim/strings.h @@ -6,8 +6,8 @@ #include <string.h> #include "nvim/eval/typval.h" -#include "nvim/types.h" #include "nvim/lib/kvec.h" +#include "nvim/types.h" /// Append string to string and return pointer to the next byte /// |