[latex3-commits] [l3svn] 03/07: l3build: Remove some stray line-end spaces
noreply at latex-project.org
noreply at latex-project.org
Sat Sep 26 08:46:54 CEST 2015
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit 79fa0b46af2febf338f9d61063bbee3283a8b565
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Sep 25 22:40:20 2015 +0100
l3build: Remove some stray line-end spaces
---
l3build/l3build.lua | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 7385f9c..d727a86 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -938,7 +938,7 @@ function formatlualog(logfile, newfile)
elseif (string.len(lastline) == maxprintline) then
if string.match(line, "\\ETC%.%}$") then
-- If the line wrapped at \ETC we might have lost a space
- return lastline
+ return lastline
.. ((string.match(line, "^\\ETC%.%}$") and " ") or "")
.. line, ""
elseif string.match(line, "^%}%}%}$") then
@@ -1358,7 +1358,7 @@ function clean()
-- To make sure that distribdir never contains any stray subdirs,
-- it is entirely removed then recreated rather than simply deleting
-- all of the files
- local errorlevel =
+ local errorlevel =
rmdir(distribdir) +
mkdir(distribdir) +
cleandir(localdir) +
@@ -1770,7 +1770,7 @@ function stdmain(target, files)
help()
end
end
- if errorlevel ~= 0 then
+ if errorlevel ~= 0 then
os.exit(1)
else
os.exit(0)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list