details (remove of some extra spaces)

This commit is contained in:
Roberto Ierusalimschy 2012-08-14 15:12:34 -03:00
parent 233eac4d3a
commit 53480f1163
4 changed files with 11 additions and 11 deletions

2
lapi.c
View File

@ -1,5 +1,5 @@
/*
** $Id: lapi.c,v 2.163 2012/05/23 15:42:27 roberto Exp roberto $
** $Id: lapi.c,v 2.164 2012/06/08 15:14:04 roberto Exp roberto $
** Lua API
** See Copyright Notice in lua.h
*/

View File

@ -1,5 +1,5 @@
/*
** $Id: lcode.c,v 2.59 2011/08/15 19:41:58 roberto Exp roberto $
** $Id: lcode.c,v 2.60 2011/08/30 16:26:41 roberto Exp roberto $
** Code generator for Lua
** See Copyright Notice in lua.h
*/

View File

@ -1,5 +1,5 @@
/*
** $Id: lstrlib.c,v 1.176 2012/05/23 15:37:09 roberto Exp roberto $
** $Id: lstrlib.c,v 1.177 2012/07/31 17:48:42 roberto Exp roberto $
** Standard library for string operations and pattern-matching
** See Copyright Notice in lua.h
*/

2
lvm.c
View File

@ -1,5 +1,5 @@
/*
** $Id: lvm.c,v 2.151 2012/05/14 17:50:49 roberto Exp roberto $
** $Id: lvm.c,v 2.152 2012/06/08 15:14:04 roberto Exp roberto $
** Lua virtual machine
** See Copyright Notice in lua.h
*/