summaryrefslogtreecommitdiff
path: root/thread_pthread.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2024-09-19 14:33:32 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2024-09-19 14:33:32 +0900
commitc193ca52180360a3cb24648ffedd1b2181989e9d (patch)
treee94caa20d8c0a162b5fa3cc2ce15a178c3160a79 /thread_pthread.c
parent8dc0d2904a7d859b463a3f44ac73e5d4540a1cc1 (diff)
Adjust indent [ci skip]
Diffstat (limited to 'thread_pthread.c')
-rw-r--r--thread_pthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread_pthread.c b/thread_pthread.c
index 3c7fba42d2..6c8ec35671 100644
--- a/thread_pthread.c
+++ b/thread_pthread.c
@@ -3367,7 +3367,7 @@ rb_thread_reset_fork_lock(void)
}
if ((r = pthread_rwlock_init(&rb_thread_fork_rw_lock, NULL))) {
- rb_bug_errno("pthread_rwlock_init", r);
+ rb_bug_errno("pthread_rwlock_init", r);
}
}