aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui_bridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/ui_bridge.h')
-rw-r--r--src/nvim/ui_bridge.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/ui_bridge.h b/src/nvim/ui_bridge.h
index dba461550f..a62ed15621 100644
--- a/src/nvim/ui_bridge.h
+++ b/src/nvim/ui_bridge.h
@@ -5,11 +5,11 @@
#include <uv.h>
-#include "nvim/ui.h"
#include "nvim/event/defs.h"
+#include "nvim/ui.h"
typedef struct ui_bridge_data UIBridgeData;
-typedef void(*ui_main_fn)(UIBridgeData *bridge, UI *ui);
+typedef void (*ui_main_fn)(UIBridgeData *bridge, UI *ui);
struct ui_bridge_data {
UI bridge; // actual UI passed to ui_attach
UI *ui; // UI pointer that will have its callback called in