summaryrefslogtreecommitdiffstats
path: root/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/thread.c b/thread.c
index 45a6d5755..9ef165673 100644
--- a/thread.c
+++ b/thread.c
@@ -962,8 +962,7 @@ rb_thread_wakeup(VALUE thread)
*/
VALUE
-rb_thread_run(thread)
- VALUE thread;
+rb_thread_run(VALUE thread)
{
rb_thread_wakeup(thread);
rb_thread_schedule();