From 11a29f6219ab9c72c0863e47ba386d7b3e1162d5 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 28 Dec 2015 16:05:42 -0800 Subject: Reformat sources. --- src/latex.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/latex.c') diff --git a/src/latex.c b/src/latex.c index c961a08..57d474c 100644 --- a/src/latex.c +++ b/src/latex.c @@ -142,12 +142,13 @@ static inline void outc(cmark_renderer *renderer, cmark_escaping escape, } } -typedef enum { NO_LINK, - URL_AUTOLINK, - EMAIL_AUTOLINK, - NORMAL_LINK, - INTERNAL_LINK - } link_type; +typedef enum { + NO_LINK, + URL_AUTOLINK, + EMAIL_AUTOLINK, + NORMAL_LINK, + INTERNAL_LINK +} link_type; static link_type get_link_type(cmark_node *node) { size_t title_len, url_len; -- cgit v1.2.3