From 4c00b9e8eb0390c398eb67ba3762a26380d180c3 Mon Sep 17 00:00:00 2001 From: git Date: Fri, 8 Nov 2019 09:09:47 +0900 Subject: [PATCH] * remove trailing spaces. [ci skip] --- compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.c b/compile.c index e0a3c891d1..457b1666da 100644 --- a/compile.c +++ b/compile.c @@ -6929,7 +6929,7 @@ compile_call(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NODE *const node, in } } - + /* receiver */ if (type == NODE_CALL || type == NODE_OPCALL || type == NODE_QCALL) { int idx, level;