From 48f320194a267bcf6858cbaa77a688cce0759d8d Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 25 Dec 2012 07:17:55 +0000 Subject: [PATCH] add empty line for style. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread.c | 1 + 1 file changed, 1 insertion(+) 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