From 35ff302893dfb1efd03ea17e76b9a09e2d3377a2 Mon Sep 17 00:00:00 2001 From: Kevin Newton Date: Thu, 28 Mar 2024 10:30:52 -0400 Subject: [PATCH] [ruby/prism] Various cleanup with new -x option https://github.com/ruby/prism/commit/020756fb11 --- prism/util/pm_newline_list.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prism/util/pm_newline_list.h b/prism/util/pm_newline_list.h index 11abe237a6..7ae9b6b3da 100644 --- a/prism/util/pm_newline_list.h +++ b/prism/util/pm_newline_list.h @@ -63,6 +63,8 @@ bool pm_newline_list_init(pm_newline_list_t *list, const uint8_t *start, size_t /** * Clear out the newlines that have been appended to the list. + * + * @param list The list to clear. */ void pm_newline_list_clear(pm_newline_list_t *list);