From 9ae4975fc049de433ad8e2399c391d207208233a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 16 Jun 2015 13:18:31 -0700 Subject: astyle formatting changes. --- src/utf8.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/utf8.c') diff --git a/src/utf8.c b/src/utf8.c index a4449dd..f572042 100644 --- a/src/utf8.c +++ b/src/utf8.c @@ -134,14 +134,12 @@ void utf8proc_detab(cmark_strbuf *ob, const uint8_t *line, bufsize_t size) break; } i += charlen; - } - else if (line[i] == '\0') { + } else if (line[i] == '\0') { // ASCII NUL is technically valid but rejected // for security reasons. charlen = 1; break; - } - else { + } else { i++; } -- cgit v1.2.3