summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-25 07:17:55 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-25 07:17:55 +0000
commit48f320194a267bcf6858cbaa77a688cce0759d8d (patch)
tree68db3ed41909927e8e42e4d1783c20b53678437f /thread.c
parent320b49473ee64f37787c514e18577106e8231588 (diff)
add empty line for style.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/thread.c b/thread.c
index 3a2f0d8037..4fabf8921c 100644
--- a/thread.c
+++ b/thread.c
@@ -1701,6 +1701,7 @@ rb_thread_s_handle_interrupt(VALUE self, VALUE mask_arg)
return r;
}
+
/*
* call-seq:
* target_thread.pending_interrupt?(err = nil) -> true/false