From ede55edbd55ae0c476957723e18f8764679fde4b Mon Sep 17 00:00:00 2001 From: "Thomas E. Enebo" Date: Thu, 27 Jul 2023 14:58:11 -0400 Subject: [PATCH] [ruby/yarp] Remove trailing whitespace https://github.com/ruby/yarp/commit/04de272383 --- yarp/yarp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarp/yarp.c b/yarp/yarp.c index 50871beedf..69059cd29f 100644 --- a/yarp/yarp.c +++ b/yarp/yarp.c @@ -12944,7 +12944,7 @@ yp_parse_serialize(const char *source, size_t size, yp_buffer_t *buffer, const c yp_parser_init(&parser, source, size, NULL); if (eval) yp_populate_eval_scopes(&parser, parent_scopes); - yp_node_t *node = yp_parse(&parser, eval); + yp_node_t *node = yp_parse(&parser, eval); yp_serialize(&parser, node, buffer); yp_node_destroy(&parser, node);