From b8625c05bc96cc03d1d940aa7a7682029473f228 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Tue, 21 Mar 2017 21:45:26 +0000 Subject: Removing trailing spaces and tabs on lines within the premake4 Lua scripts (purely cosmetic) --HG-- branch : WDS-build --- scripts/embed.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/embed.lua b/scripts/embed.lua index b874149..b02adec 100644 --- a/scripts/embed.lua +++ b/scripts/embed.lua @@ -25,7 +25,7 @@ -- escape line feeds s = s:gsub("\n", "\\n") - + -- escape double quote marks s = s:gsub("\"", "\\\"") return s @@ -88,7 +88,7 @@ fnames = fnames .. "\n" .. "\t\"@" .. fn .. "\"," writefile(out, fn, s) end - + out:write("\t0\n};\n\n"); out:write(fnames); out:write("\n\t0\n};\n"); -- cgit v1.2.3