From 853346a94d6aa78c97314a3b217fb5a5408a47f1 Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Sun, 19 Sep 2021 22:07:42 +0200 Subject: refactor: format with uncrustify #15722 --- src/nvim/context.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/nvim/context.c') diff --git a/src/nvim/context.c b/src/nvim/context.c index 4162daa6ca..1db7938ef4 100644 --- a/src/nvim/context.c +++ b/src/nvim/context.c @@ -3,13 +3,13 @@ // Context: snapshot of the entire editor state as one big object/map +#include "nvim/api/private/helpers.h" +#include "nvim/api/vim.h" #include "nvim/context.h" #include "nvim/eval/encode.h" #include "nvim/ex_docmd.h" #include "nvim/option.h" #include "nvim/shada.h" -#include "nvim/api/vim.h" -#include "nvim/api/private/helpers.h" #ifdef INCLUDE_GENERATED_DECLARATIONS # include "context.c.generated.h" -- cgit