mirror of
https://github.com/google/pebble.git
synced 2025-11-18 21:40:57 -05:00
spelling: infinite
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -823,7 +823,7 @@ render_line: {} // this {} is just an empty statement that both C and our linter
|
||||
if (is_orphan) {
|
||||
*current_word_ref = prev_line_word;
|
||||
prv_apply_orphan_state(&orphan_state, line);
|
||||
avoiding_orphans = false; // prevent infinte loops
|
||||
avoiding_orphans = false; // prevent infinite loops
|
||||
goto render_line;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user