Skip to content

Commit 5c56c7f

Browse files
committed
Formatting in peg.c
1 parent 9a89236 commit 5c56c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/peg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ static const uint8_t *peg_rule(
563563
up1(s);
564564

565565
if (!terminus_end) {
566-
return NULL;
566+
return NULL;
567567
}
568568

569569
const uint8_t *saved_end = s->text_end;

0 commit comments

Comments
 (0)