diff options
| author | Dundar Göc <gocdundar@gmail.com> | 2022-03-09 21:19:37 +0100 |
|---|---|---|
| committer | Dundar Göc <gocdundar@gmail.com> | 2022-03-10 09:14:12 +0100 |
| commit | 7e3bdc75e44b9139d8afaea4381b53ae78b15746 (patch) | |
| tree | 47547273268e887fa59b5529d6afde46772a7254 /src/nvim/event | |
| parent | d0cb8744d84822209edd0ac242f2400c784e6dc5 (diff) | |
| download | rneovim-7e3bdc75e44b9139d8afaea4381b53ae78b15746.tar.gz rneovim-7e3bdc75e44b9139d8afaea4381b53ae78b15746.tar.bz2 rneovim-7e3bdc75e44b9139d8afaea4381b53ae78b15746.zip | |
refactor(uncrustify): format all c files
Diffstat (limited to 'src/nvim/event')
| -rw-r--r-- | src/nvim/event/rstream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/event/rstream.c b/src/nvim/event/rstream.c index 3c43d1f98d..e51689543f 100644 --- a/src/nvim/event/rstream.c +++ b/src/nvim/event/rstream.c @@ -11,8 +11,8 @@ #include "nvim/event/loop.h" #include "nvim/event/rstream.h" #include "nvim/log.h" -#include "nvim/memory.h" #include "nvim/main.h" +#include "nvim/memory.h" #include "nvim/vim.h" #ifdef INCLUDE_GENERATED_DECLARATIONS |