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 --- lualib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lualib.h') diff --git a/lualib.h b/lualib.h index 3afa4591..ed4ffe4a 100644 --- a/lualib.h +++ b/lualib.h @@ -1,5 +1,5 @@ /* -** $Id: lualib.h,v 1.35 2005/08/10 18:06:58 roberto Exp roberto $ +** $Id: lualib.h,v 1.36 2005/12/27 17:12:00 roberto Exp roberto $ ** Lua standard libraries ** See Copyright Notice in lua.h */ @@ -41,7 +41,7 @@ LUALIB_API int (luaopen_package) (lua_State *L); /* open all previous libraries */ -LUALIB_API void (luaL_openlibs) (lua_State *L); +LUALIB_API void (luaL_openlibs) (lua_State *L); -- cgit v1.2.3-55-g6feb