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: 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
*/
@@ -11,7 +11,7 @@
/*
** WARNING: the functions defined here do not necessarily correspond
** WARNING: the functions defined here do not necessarily correspond
** to the similar functions in the standard C ctype.h. They are
** optimized for the specific needs of Lua
*/