From 636d6018ea6bc6697b6491e0e47c4ae1ccad32fe Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 11 Oct 2016 14:51:42 +0200 Subject: Ran 'make format' to reformat code. --- api_test/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'api_test/main.c') diff --git a/api_test/main.c b/api_test/main.c index d87e446..17e1582 100644 --- a/api_test/main.c +++ b/api_test/main.c @@ -737,7 +737,8 @@ static void utf8(test_batch_runner *runner) { static const char string_with_nul_lf[] = "```\n\0\n```\n"; html = cmark_markdown_to_html( string_with_nul_lf, sizeof(string_with_nul_lf) - 1, CMARK_OPT_DEFAULT); - STR_EQ(runner, html, "
\xef\xbf\xbd\n
\n", "utf8 with \\0\\n"); + STR_EQ(runner, html, "
\xef\xbf\xbd\n
\n", + "utf8 with \\0\\n"); free(html); } -- cgit v1.2.3