1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Adjusted indent [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2021-02-09 08:41:06 +09:00
parent 265c002239
commit e0c100ec96
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -1,4 +1,3 @@
#ifndef RUBY_VM_SYNC_H #ifndef RUBY_VM_SYNC_H
#define RUBY_VM_SYNC_H #define RUBY_VM_SYNC_H
@ -91,7 +90,7 @@ static inline void
rb_vm_lock_leave(unsigned int *lev, const char *file, int line) rb_vm_lock_leave(unsigned int *lev, const char *file, int line)
{ {
if (rb_multi_ractor_p()) { if (rb_multi_ractor_p()) {
rb_vm_lock_leave_body(lev APPEND_LOCATION_PARAMS); rb_vm_lock_leave_body(lev APPEND_LOCATION_PARAMS);
} }
} }