diff options
author | Dundar Goc <gocdundar@gmail.com> | 2022-04-29 13:52:43 +0200 |
---|---|---|
committer | Dundar Goc <gocdundar@gmail.com> | 2022-04-29 13:52:43 +0200 |
commit | 0b3ae64480ea28bb57783c2269a61f0a60ffc55e (patch) | |
tree | 4ac4c98de44aadc96f1c116fe184413975fb64cb /src/nvim/ui.c | |
parent | 995c1863685d7fa0cc2638b55efee55c4cb7ffc9 (diff) | |
download | rneovim-0b3ae64480ea28bb57783c2269a61f0a60ffc55e.tar.gz rneovim-0b3ae64480ea28bb57783c2269a61f0a60ffc55e.tar.bz2 rneovim-0b3ae64480ea28bb57783c2269a61f0a60ffc55e.zip |
refactor(uncrustify): format all c code under /src/nvim/
Diffstat (limited to 'src/nvim/ui.c')
-rw-r--r-- | src/nvim/ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ui.c b/src/nvim/ui.c index 4fe3e1157c..564d8d22b4 100644 --- a/src/nvim/ui.c +++ b/src/nvim/ui.c @@ -12,7 +12,6 @@ #include "nvim/charset.h" #include "nvim/cursor.h" #include "nvim/cursor_shape.h" -#include "nvim/msgpack_rpc/channel.h" #include "nvim/diff.h" #include "nvim/event/loop.h" #include "nvim/ex_cmds2.h" @@ -25,6 +24,7 @@ #include "nvim/mbyte.h" #include "nvim/memory.h" #include "nvim/move.h" +#include "nvim/msgpack_rpc/channel.h" #include "nvim/normal.h" #include "nvim/option.h" #include "nvim/os/input.h" |