diff options
author | Nobuyoshi Nakada <[email protected]> | 2021-02-09 08:41:06 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2021-02-09 08:41:06 +0900 |
commit | e0c100ec96810b999c704fc73d60255484b63844 (patch) | |
tree | 14bf1841fe0f5a8163605bfa6e6f8309fe13abfb /vm_sync.h | |
parent | 265c0022390e3dcd4ff692fc77d29b94e652c877 (diff) |
Adjusted indent [ci skip]
Diffstat (limited to 'vm_sync.h')
-rw-r--r-- | vm_sync.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,3 @@ - #ifndef 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) { if (rb_multi_ractor_p()) { - rb_vm_lock_leave_body(lev APPEND_LOCATION_PARAMS); + rb_vm_lock_leave_body(lev APPEND_LOCATION_PARAMS); } } |