detail (removing spaces at end of lines)

This commit is contained in:
Roberto Ierusalimschy
2016-12-22 11:08:50 -02:00
parent 9903dd52a3
commit 2a235312f0
12 changed files with 30 additions and 30 deletions

4
ltm.c
View File

@@ -1,5 +1,5 @@
/*
** $Id: ltm.c,v 2.36 2015/11/03 15:47:30 roberto Exp roberto $
** $Id: ltm.c,v 2.37 2016/02/26 19:20:15 roberto Exp roberto $
** Tag methods
** See Copyright Notice in lua.h
*/
@@ -15,7 +15,7 @@
#include "lua.h"
#include "ldebug.h"
#include "ldo.h"
#include "ldo.h"
#include "lobject.h"
#include "lstate.h"
#include "lstring.h"