From e4098f0db75a1f7ea1b7210d8cf6b847c66ee9ef Mon Sep 17 00:00:00 2001 From: Lolbot Date: Mon, 2 Mar 2015 10:41:39 +0000 Subject: [PATCH] fixed 5 files out of 4252: - removed 147 CR characters - removed 1 trailing whitespaces - replaced 0 tabs with spaces - fixed 5 svn:eol-style properties --- src/application/baselua.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application/baselua.h b/src/application/baselua.h index 759771b8..7e886b8c 100644 --- a/src/application/baselua.h +++ b/src/application/baselua.h @@ -43,7 +43,7 @@ protected: }; //----------------------------------------------------------------------------- -// +// //-- struct LuaFunction {