From c4ea0c3b29252bcafeadf2f69532bdb67ab20bb9 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 26 Jan 2011 14:30:02 -0200 Subject: detail (cleaning trailing spaces) --- loslib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'loslib.c') diff --git a/loslib.c b/loslib.c index 95ec7395..d4ec884c 100644 --- a/loslib.c +++ b/loslib.c @@ -1,5 +1,5 @@ /* -** $Id: loslib.c,v 1.31 2010/07/02 12:01:53 roberto Exp roberto $ +** $Id: loslib.c,v 1.32 2010/10/05 12:18:03 roberto Exp roberto $ ** Standard Operating System library ** See Copyright Notice in lua.h */ @@ -182,7 +182,7 @@ static const char *checkoption (lua_State *L, const char *conv, char *buff) { return conv; /* to avoid warnings */ } - + static int os_date (lua_State *L) { const char *s = luaL_optstring(L, 1, "%c"); time_t t = luaL_opt(L, (time_t)luaL_checknumber, 2, time(NULL)); -- cgit v1.2.3-55-g6feb