From fa3dbac3c18ecf3238b141e6aea1dddcb388e65b Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 30 Sep 2025 11:27:10 -0400 Subject: Fix some weird whitespace --- syntax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax.c') diff --git a/syntax.c b/syntax.c index 1803730..0996919 100644 --- a/syntax.c +++ b/syntax.c @@ -2139,7 +2139,7 @@ static void syntax_highlight_css(SyntaxState *state_ptr, const char32_t *line, u dealt_with = true; if (!in_braces && char_types) { goto handle_pseudo; - } else { + } else { --i; // we'll increment i from the for loop } break; -- cgit v1.2.3