aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/extmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/extmark.c')
-rw-r--r--src/nvim/extmark.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/extmark.c b/src/nvim/extmark.c
index a3a7791d21..8726abc59d 100644
--- a/src/nvim/extmark.c
+++ b/src/nvim/extmark.c
@@ -48,7 +48,8 @@
# include "extmark.c.generated.h"
#endif
-static ExtmarkNs *buf_ns_ref(buf_T *buf, uint64_t ns_id, bool put) {
+static ExtmarkNs *buf_ns_ref(buf_T *buf, uint64_t ns_id, bool put)
+{
return map_ref(uint64_t, ExtmarkNs)(buf->b_extmark_ns, ns_id, put);
}