detail (cleaned whitespaces at end of lines)

This commit is contained in:
Roberto Ierusalimschy 2011-07-15 09:50:29 -03:00
parent 559bb554c9
commit 32a12e2f3f
4 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
/*
** $Id: lcode.c,v 2.55 2011/05/31 18:24:36 roberto Exp roberto $
** $Id: lcode.c,v 2.56 2011/05/31 18:27:56 roberto Exp roberto $
** Code generator for Lua
** See Copyright Notice in lua.h
*/

View file

@ -1,5 +1,5 @@
/*
** $Id: lctype.h,v 1.10 2011/06/24 12:25:33 roberto Exp roberto $
** $Id: lctype.h,v 1.11 2011/06/27 18:22:46 roberto Exp roberto $
** 'ctype' functions for Lua
** See Copyright Notice in lua.h
*/

View file

@ -1,5 +1,5 @@
/*
** $Id: lopcodes.h,v 1.140 2011/04/07 18:14:12 roberto Exp roberto $
** $Id: lopcodes.h,v 1.141 2011/04/19 16:22:13 roberto Exp roberto $
** Opcodes for Lua virtual machine
** See Copyright Notice in lua.h
*/

View file

@ -1,5 +1,5 @@
/*
** $Id: lparser.c,v 2.112 2011/06/27 18:18:59 roberto Exp roberto $
** $Id: lparser.c,v 2.113 2011/07/02 15:58:14 roberto Exp roberto $
** Lua Parser
** See Copyright Notice in lua.h
*/