avoid trailing white spaces

This commit is contained in:
Roberto Ierusalimschy
2006-09-11 11:07:24 -03:00
parent cedd2092eb
commit a7c9e45c64
20 changed files with 65 additions and 65 deletions

View File

@@ -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);