From 19c6b375c39e18441d1fa560d08688d66f746717 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 30 Nov 2017 10:03:00 -0200 Subject: detail (spacing) --- lopcodes.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lopcodes.h b/lopcodes.h index 433d97a2..690c4c34 100644 --- a/lopcodes.h +++ b/lopcodes.h @@ -1,5 +1,5 @@ /* -** $Id: lopcodes.h,v 1.172 2017/11/28 12:58:18 roberto Exp roberto $ +** $Id: lopcodes.h,v 1.173 2017/11/29 16:57:36 roberto Exp roberto $ ** Opcodes for Lua virtual machine ** See Copyright Notice in lua.h */ @@ -258,11 +258,11 @@ OP_RETURN0,/* return */ OP_RETURN1,/* A return R(A) */ OP_FORLOOP,/* A Bx R(A)+=R(A+2); - if R(A)