From a7c9e45c64a4bff9bdaf0d1177509bdd00fc53f7 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 11 Sep 2006 11:07:24 -0300 Subject: avoid trailing white spaces --- ldebug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ldebug.c') diff --git a/ldebug.c b/ldebug.c index 10496741..8b482195 100644 --- a/ldebug.c +++ b/ldebug.c @@ -1,5 +1,5 @@ /* -** $Id: ldebug.c,v 2.30 2006/07/11 15:53:29 roberto Exp roberto $ +** $Id: ldebug.c,v 2.31 2006/08/07 19:04:06 roberto Exp roberto $ ** Debug Interface ** See Copyright Notice in lua.h */ @@ -185,7 +185,7 @@ static void collectvalidlines (lua_State *L, Closure *f) { int i; int *lineinfo = f->l.p->lineinfo; Table *t = luaH_new(L); - sethvalue(L, L->top, t); + sethvalue(L, L->top, t); incr_top(L); for (i=0; il.p->sizelineinfo; i++) setbvalue(luaH_setnum(L, t, lineinfo[i]), 1); -- cgit v1.2.3-55-g6feb