summaryrefslogtreecommitdiff
path: root/syntax.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-30 11:27:10 -0400
committerpommicket <pommicket@gmail.com>2025-09-30 11:27:10 -0400
commitfa3dbac3c18ecf3238b141e6aea1dddcb388e65b (patch)
treef84e477f5b591125aff10091f0c9bf84952f370c /syntax.c
parent270aa1468d95ef4b6a622ab80d2769ac2aaf6694 (diff)
Fix some weird whitespace
Diffstat (limited to 'syntax.c')
-rw-r--r--syntax.c2
1 files changed, 1 insertions, 1 deletions
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;