summaryrefslogtreecommitdiff
path: root/src/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/parser.h b/src/parser.h
index 01a7aeb..f359e10 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -12,20 +12,20 @@ extern "C" {
#define MAX_LINK_LABEL_LENGTH 1000
struct cmark_parser {
- struct cmark_reference_map *refmap;
- struct cmark_node* root;
- struct cmark_node* current;
- int line_number;
- bufsize_t offset;
- bufsize_t column;
- bufsize_t first_nonspace;
- bufsize_t first_nonspace_column;
- int indent;
- bool blank;
- cmark_strbuf *curline;
- bufsize_t last_line_length;
- cmark_strbuf *linebuf;
- int options;
+ struct cmark_reference_map *refmap;
+ struct cmark_node *root;
+ struct cmark_node *current;
+ int line_number;
+ bufsize_t offset;
+ bufsize_t column;
+ bufsize_t first_nonspace;
+ bufsize_t first_nonspace_column;
+ int indent;
+ bool blank;
+ cmark_strbuf *curline;
+ bufsize_t last_line_length;
+ cmark_strbuf *linebuf;
+ int options;
};
#ifdef __cplusplus