diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-30 14:29:50 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-30 14:29:50 -0400 |
| commit | f2ad722780f96dc5fb7d93f536c7267741be3f6f (patch) | |
| tree | 1cea1fd4c16bddd5a8a92794d0ebd3ee42b6cf1d /src/formatter/utils.h | |
| parent | 9f17271a07f10f05e63e0064d8ab4a92267f5f66 (diff) | |
Fix line gaps
Diffstat (limited to 'src/formatter/utils.h')
| -rw-r--r-- | src/formatter/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/formatter/utils.h b/src/formatter/utils.h index 0a00be6c..880da0a9 100644 --- a/src/formatter/utils.h +++ b/src/formatter/utils.h @@ -22,7 +22,7 @@ extern const Text_t single_indent; void add_line(Text_t *code, Text_t line, Text_t indent); OptionalText_t next_comment(Table_t comments, const char **pos, const char *end); bool range_has_comment(const char *start, const char *end, Table_t comments); -CONSTFUNC int suggested_blank_lines(ast_t *ast); +CONSTFUNC int suggested_blank_lines(ast_t *first, ast_t *second); Text_t indent_code(Text_t code); Text_t parenthesize(Text_t code, Text_t indent); CONSTFUNC ast_t *unwrap_block(ast_t *ast); |
