diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 23:59:09 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 23:59:09 -0400 |
| commit | 978835e3dd8dd59a1efaa869f2f603eb9eea5a3f (patch) | |
| tree | 112078680658abcb9d9fa310e2f8c8553d0fa40b /src/formatter/args.c | |
| parent | 91b6746fe1315aa9c09936b69cea3892c04c11af (diff) | |
Split out utility functions
Diffstat (limited to 'src/formatter/args.c')
| -rw-r--r-- | src/formatter/args.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/formatter/args.c b/src/formatter/args.c index 9467c9fe..2bd115cd 100644 --- a/src/formatter/args.c +++ b/src/formatter/args.c @@ -6,6 +6,7 @@ #include "../stdlib/text.h" #include "formatter.h" #include "types.h" +#include "utils.h" OptionalText_t format_inline_arg(arg_ast_t *arg, Table_t comments) { if (range_has_comment(arg->start, arg->end, comments)) return NONE_TEXT; |
