ruby-changes:56739
From: git <ko1@a...>
Date: Thu, 1 Aug 2019 08:22:21 +0900 (JST)
Subject: [ruby-changes:56739] git: 714924fd34 (master): * expand tabs.
https://git.ruby-lang.org/ruby.git/commit/?id=714924fd34 From 714924fd34c025f151aba6833009a5733bf4ccf9 Mon Sep 17 00:00:00 2001 From: git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> Date: Thu, 1 Aug 2019 08:21:58 +0900 Subject: * expand tabs. diff --git a/compile.c b/compile.c index b6d3cb1..0dbefd3 100644 --- a/compile.c +++ b/compile.c @@ -3255,7 +3255,7 @@ iseq_specialized_instruction(rb_iseq_t *iseq, INSN *iobj) https://github.com/ruby/ruby/blob/trunk/compile.c#L3255 case idLength: SP_INSN(length); return COMPILE_OK; case idSize: SP_INSN(size); return COMPILE_OK; case idEmptyP: SP_INSN(empty_p);return COMPILE_OK; - case idNilP: SP_INSN(nil_p); return COMPILE_OK; + case idNilP: SP_INSN(nil_p); return COMPILE_OK; case idSucc: SP_INSN(succ); return COMPILE_OK; case idNot: SP_INSN(not); return COMPILE_OK; } -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/