summaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
authorgit <svn-admin@ruby-lang.org>2019-11-08 09:09:47 +0900
committergit <svn-admin@ruby-lang.org>2019-11-08 09:09:47 +0900
commit4c00b9e8eb0390c398eb67ba3762a26380d180c3 (patch)
tree7b5194b0911b9ff9575a96f1195169962faba51f /compile.c
parenta47d058ebf6890f4ad81c9c3419e767b4f093815 (diff)
* remove trailing spaces. [ci skip]
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c2
1 files changed, 1 insertions, 1 deletions
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;