From 53480f1163a65cc683b00663e2fa4883746ce7fb Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 14 Aug 2012 15:12:34 -0300 Subject: details (remove of some extra spaces) --- lapi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lapi.c') diff --git a/lapi.c b/lapi.c index b82706fd..066f4152 100644 --- a/lapi.c +++ b/lapi.c @@ -1,5 +1,5 @@ /* -** $Id: lapi.c,v 2.163 2012/05/23 15:42:27 roberto Exp roberto $ +** $Id: lapi.c,v 2.164 2012/06/08 15:14:04 roberto Exp roberto $ ** Lua API ** See Copyright Notice in lua.h */ @@ -281,7 +281,7 @@ LUA_API int lua_rawequal (lua_State *L, int index1, int index2) { } -LUA_API void lua_arith (lua_State *L, int op) { +LUA_API void lua_arith (lua_State *L, int op) { StkId o1; /* 1st operand */ StkId o2; /* 2nd operand */ lua_lock(L); @@ -1006,7 +1006,7 @@ LUA_API int lua_dump (lua_State *L, lua_Writer writer, void *data) { } -LUA_API int lua_status (lua_State *L) { +LUA_API int lua_status (lua_State *L) { return L->status; } -- cgit v1.2.3-55-g6feb