summaryrefslogtreecommitdiff
path: root/iseq.c
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-08 13:59:15 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-08 13:59:15 +0000
commitc49cb7fed4f4a9a4af831a4a0252568060adb992 (patch)
treeefd9f478c83ea7dab475b158af6d6f8283530da8 /iseq.c
parent3dbb390180a0e9f98623b6db0d71b0213359c541 (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'iseq.c')
-rw-r--r--iseq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iseq.c b/iseq.c
index fea5f726a1..061de83af8 100644
--- a/iseq.c
+++ b/iseq.c
@@ -2411,7 +2411,7 @@ Init_ISeq(void)
rb_define_method(rb_cISeq, "to_binary_format", iseqw_to_binary_format, -1);
rb_define_singleton_method(rb_cISeq, "from_binary_format", iseqw_s_from_binary_format, 1);
rb_define_singleton_method(rb_cISeq, "from_binary_format_extra_data", iseqw_s_from_binary_format_extra_data, 1);
-
+
/* location APIs */
rb_define_method(rb_cISeq, "path", iseqw_path, 0);