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: lstate.c,v 2.37 2006/07/11 15:53:29 roberto Exp roberto $
** $Id: lstate.c,v 2.38 2006/08/15 19:59:20 roberto Exp roberto $
** Global State
** See Copyright Notice in lua.h
*/
@@ -37,7 +37,7 @@ typedef struct LG {
lua_State l;
global_State g;
} LG;
static void stack_init (lua_State *L1, lua_State *L) {