From d13a3fb070fd0ec9ec3b85f88e0fcd914aa666d3 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 9 Jun 2017 16:16:41 -0300 Subject: detail (removed empty spaces at the end of lines) --- lvm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lvm.h') diff --git a/lvm.h b/lvm.h index d682a7a2..3cf1f869 100644 --- a/lvm.h +++ b/lvm.h @@ -1,5 +1,5 @@ /* -** $Id: lvm.h,v 2.42 2017/05/11 18:57:46 roberto Exp roberto $ +** $Id: lvm.h,v 2.43 2017/06/01 20:23:27 roberto Exp roberto $ ** Lua virtual machine ** See Copyright Notice in lua.h */ @@ -76,7 +76,7 @@ /* ** Finish a fast set operation (when fast get succeeds). In that case, -** 'slot' points to the place to put the value. +** 'slot' points to the place to put the value. */ #define luaV_finishfastset(L,t,slot,v) \ { setobj2t(L, cast(TValue *,slot), v); \ -- cgit v1.2.3-55-g6feb