ruby-changes:66830
From: Nobuyoshi <ko1@a...>
Date: Sun, 18 Jul 2021 20:35:38 +0900 (JST)
Subject: [ruby-changes:66830] ab37e6ee7e (master): Adjust styles [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=ab37e6ee7e From ab37e6ee7ef6d1da8a7b9b4722466d251ace4582 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sun, 18 Jul 2021 19:55:07 +0900 Subject: Adjust styles [ci skip] * --procnames-start-lines --- cont.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cont.c b/cont.c index b6c4b29..22c5ce5 100644 --- a/cont.c +++ b/cont.c @@ -1176,12 +1176,14 @@ cont_new(VALUE klass) https://github.com/ruby/ruby/blob/trunk/cont.c#L1176 return cont; } -VALUE rb_fiberptr_self(struct rb_fiber_struct *fiber) +VALUE +rb_fiberptr_self(struct rb_fiber_struct *fiber) { return fiber->cont.self; } -unsigned int rb_fiberptr_blocking(struct rb_fiber_struct *fiber) +unsigned int +rb_fiberptr_blocking(struct rb_fiber_struct *fiber) { return fiber->blocking; } -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/