From 5c56c7fa915112fc81dc66331a7aac9bf7ae801a Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Fri, 7 Feb 2025 21:05:28 -0600 Subject: [PATCH] Formatting in peg.c --- src/core/peg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/peg.c b/src/core/peg.c index c8cd2b8c..454cc802 100644 --- a/src/core/peg.c +++ b/src/core/peg.c @@ -563,7 +563,7 @@ tail: up1(s); if (!terminus_end) { - return NULL; + return NULL; } const uint8_t *saved_end = s->text_end;