aboutsummaryrefslogtreecommitdiff
path: root/src/blocks.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/blocks.c')
-rw-r--r--src/blocks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/blocks.c b/src/blocks.c
index f95e94e..22545b5 100644
--- a/src/blocks.c
+++ b/src/blocks.c
@@ -14,6 +14,7 @@
#include "buffer.h"
#include "debug.h"
+#define CODE_INDENT 4
#define peek_at(i, n) (i)->data[n]
static node_block* make_block(cmark_block_tag tag, int start_line, int start_column)