From 5a6c77bbe8acd5929421c359bca57ef559a4f0fe Mon Sep 17 00:00:00 2001 From: git Date: Mon, 27 May 2019 03:10:15 +0900 Subject: * expand tabs. --- thread.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'thread.c') diff --git a/thread.c b/thread.c index d4f33a2e42..bfe741c908 100644 --- a/thread.c +++ b/thread.c @@ -3325,7 +3325,7 @@ VALUE rb_thread_local_aset(VALUE thread, ID id, VALUE val) { if (OBJ_FROZEN(thread)) { - rb_frozen_error_raise(thread, "can't modify frozen thread locals"); + rb_frozen_error_raise(thread, "can't modify frozen thread locals"); } return threadptr_local_aset(rb_thread_ptr(thread), id, val); @@ -3402,7 +3402,7 @@ rb_thread_variable_set(VALUE thread, VALUE id, VALUE val) VALUE locals; if (OBJ_FROZEN(thread)) { - rb_frozen_error_raise(thread, "can't modify frozen thread locals"); + rb_frozen_error_raise(thread, "can't modify frozen thread locals"); } locals = rb_ivar_get(thread, id_locals); -- cgit v1.2.3