summaryrefslogtreecommitdiff
path: root/cont.c
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-08-10 03:09:51 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-08-10 03:09:51 +0000
commit93fd7e5639b2aba5ada1ebcbc77e1a88df6e0e04 (patch)
tree35a2f1e5270bc1c37e18d1be60d9e67221cb68e5 /cont.c
parent43384ae9788be243746849ee54d9f5c8f7e0412b (diff)
remove additional newline.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59559 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'cont.c')
-rw-r--r--cont.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cont.c b/cont.c
index 2991a35fec..91fdc2daf3 100644
--- a/cont.c
+++ b/cont.c
@@ -1738,7 +1738,6 @@ fiber_to_s(VALUE fibval)
return rb_block_to_s(fibval, &proc->block, status_info);
}
-
/*
* Document-class: FiberError
*