From 49c2589427e0f81bea68ccba1a95c6890e10538d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Thu, 26 Jan 2023 22:39:41 +0300 Subject: Fix break tag parsing and code format auto-formatted the code with clang-format. --- include/lexer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/lexer.h') diff --git a/include/lexer.h b/include/lexer.h index 8491c5a..97809df 100644 --- a/include/lexer.h +++ b/include/lexer.h @@ -16,7 +16,7 @@ struct lexer { /* The current slice of the input string that will be tokenized */ struct slice word; /* The current character belongs to content and should not be tokenized */ - bool in_content; + bool in_content; size_t line; size_t column; }; -- cgit v1.2.3