From 714924fd34c025f151aba6833009a5733bf4ccf9 Mon Sep 17 00:00:00 2001 From: git Date: Thu, 1 Aug 2019 08:21:58 +0900 Subject: [PATCH] * expand tabs. --- compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.c b/compile.c index b6d3cb140f..0dbefd3155 100644 --- a/compile.c +++ b/compile.c @@ -3255,7 +3255,7 @@ iseq_specialized_instruction(rb_iseq_t *iseq, INSN *iobj) 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; }