diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-11 23:11:47 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-11 23:11:47 -0500 |
| commit | 8631776f2f45f594e828036415accd56c0bc1f1f (patch) | |
| tree | 745f5834632a9a05caa3531e82e4372055a78d73 /parse.c | |
| parent | ddd9f6e5d542fca3186558e4d6603c4b05967121 (diff) | |
Tweak doctest formatting
Diffstat (limited to 'parse.c')
| -rw-r--r-- | parse.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1188,7 +1188,6 @@ static ast_t *parse_infix_expr(parse_ctx_t *ctx, const char *pos, int min_tightn } if (key->tag == Var) key = NULL; else pos = key->end; - } spaces(&pos); |
