diff options
author | pommicket <pommicket@gmail.com> | 2025-09-30 11:27:10 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-30 11:27:10 -0400 |
commit | fa3dbac3c18ecf3238b141e6aea1dddcb388e65b (patch) | |
tree | f84e477f5b591125aff10091f0c9bf84952f370c /syntax.c | |
parent | 270aa1468d95ef4b6a622ab80d2769ac2aaf6694 (diff) |
Fix some weird whitespace
Diffstat (limited to 'syntax.c')
-rw-r--r-- | syntax.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |