From 50cddefeeb409ce3cd696abc5b1e6303089266a9 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 30 Sep 2011 09:45:45 -0300 Subject: lint (wrong identation) --- ltablib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ltablib.c b/ltablib.c index b2e89e8e..c1bd5ff0 100644 --- a/ltablib.c +++ b/ltablib.c @@ -1,5 +1,5 @@ /* -** $Id: ltablib.c,v 1.60 2011/07/02 16:01:44 roberto Exp roberto $ +** $Id: ltablib.c,v 1.61 2011/07/05 12:49:35 roberto Exp roberto $ ** Library for Table Manipulation ** See Copyright Notice in lua.h */ @@ -86,7 +86,7 @@ static void addfield (lua_State *L, luaL_Buffer *b, int i) { if (!lua_isstring(L, -1)) luaL_error(L, "invalid value (%s) at index %d in table for " LUA_QL("concat"), luaL_typename(L, -1), i); - luaL_addvalue(b); + luaL_addvalue(b); } -- cgit v1.2.3-55-g6feb