ruby-changes:46284
From: nobu <ko1@a...>
Date: Tue, 18 Apr 2017 22:14:11 +0900 (JST)
Subject: [ruby-changes:46284] nobu:r58397 (trunk): vm_insnhelper.c: adjust indent [ci skip]
nobu 2017-04-18 22:14:05 +0900 (Tue, 18 Apr 2017) New Revision: 58397 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58397 Log: vm_insnhelper.c: adjust indent [ci skip] Modified files: trunk/vm_insnhelper.c Index: vm_insnhelper.c =================================================================== --- vm_insnhelper.c (revision 58396) +++ vm_insnhelper.c (revision 58397) @@ -2897,13 +2897,13 @@ vm_get_special_object(const VALUE *const https://github.com/ruby/ruby/blob/trunk/vm_insnhelper.c#L2897 enum vm_special_object_type type) { switch (type) { - case VM_SPECIAL_OBJECT_VMCORE: + case VM_SPECIAL_OBJECT_VMCORE: return rb_mRubyVMFrozenCore; - case VM_SPECIAL_OBJECT_CBASE: + case VM_SPECIAL_OBJECT_CBASE: return vm_get_cbase(reg_ep); - case VM_SPECIAL_OBJECT_CONST_BASE: + case VM_SPECIAL_OBJECT_CONST_BASE: return vm_get_const_base(reg_ep); - default: + default: rb_bug("putspecialobject insn: unknown value_type %d", type); } } -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/