aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/executor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/lua/executor.h')
-rw-r--r--src/nvim/lua/executor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/nvim/lua/executor.h b/src/nvim/lua/executor.h
index d978dc55d3..e96494ec5a 100644
--- a/src/nvim/lua/executor.h
+++ b/src/nvim/lua/executor.h
@@ -4,8 +4,8 @@
#include <lauxlib.h>
#include <lua.h>
-#include "nvim/assert.h"
#include "nvim/api/private/defs.h"
+#include "nvim/assert.h"
#include "nvim/eval/typval.h"
#include "nvim/ex_cmds_defs.h"
#include "nvim/ex_docmd.h"
@@ -16,9 +16,9 @@
void nlua_add_api_functions(lua_State *lstate) REAL_FATTR_NONNULL_ALL;
typedef struct {
- LuaRef nil_ref;
- LuaRef empty_dict_ref;
- int ref_count;
+ LuaRef nil_ref;
+ LuaRef empty_dict_ref;
+ int ref_count;
#if __has_feature(address_sanitizer)
PMap(handle_T) ref_markers;
#endif