From e0c100ec96810b999c704fc73d60255484b63844 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 9 Feb 2021 08:41:06 +0900 Subject: [PATCH] Adjusted indent [ci skip] --- vm_sync.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vm_sync.h b/vm_sync.h index 3dc75a1514..4d83b5e52c 100644 --- a/vm_sync.h +++ b/vm_sync.h @@ -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); } }