aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/marktree.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/marktree.h')
-rw-r--r--src/nvim/marktree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/marktree.h b/src/nvim/marktree.h
index ae6da92106..5b3171d9aa 100644
--- a/src/nvim/marktree.h
+++ b/src/nvim/marktree.h
@@ -55,7 +55,7 @@ typedef struct {
#define DECOR_LEVELS 4
#define MT_FLAG_DECOR_OFFSET 4
-#define MT_FLAG_DECOR_MASK (((uint16_t)(DECOR_LEVELS-1)) << MT_FLAG_DECOR_OFFSET)
+#define MT_FLAG_DECOR_MASK (((uint16_t)(DECOR_LEVELS - 1)) << MT_FLAG_DECOR_OFFSET)
// next flag is (((uint16_t)1) << 6)