summaryrefslogtreecommitdiff
path: root/ractor.rb
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2020-12-20 04:51:00 +0900
committerKoichi Sasada <ko1@atdot.net>2020-12-20 04:51:00 +0900
commit7f8108eeff8ffa66c93efb07d4bead1baf7153a8 (patch)
treea5666eebceda4b038af4e03095c4ede915a44368 /ractor.rb
parentbcf4b236e424ce0e6055f4a9651b5369a830866a (diff)
fix indent
Diffstat (limited to 'ractor.rb')
-rw-r--r--ractor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ractor.rb b/ractor.rb
index 3a8aa9926f..5cb9552d6d 100644
--- a/ractor.rb
+++ b/ractor.rb
@@ -644,7 +644,7 @@ class Ractor
# Received: message 2
# Received: finishing
# Continue successfully
- def take
+ def take
__builtin_cexpr! %q{
ractor_take(ec, RACTOR_PTR(self))
}