[latex3-commits] [l3svn] 02/02: l3build: Remove some stray spaces

noreply at latex-project.org noreply at latex-project.org
Fri Sep 11 23:17: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 a7f0b13c33e6bd6fd612490e86df848997aa569b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Sep 11 22:17:18 2015 +0100

    l3build: Remove some stray spaces
    
    These were introduced by switching to os_newline rather than
    using \n.
---
 l3build/l3build.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 5ea0865..235a6a4 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -747,7 +747,7 @@ function formatlog(logfile, newfile, engine)
     -- Two stages as line wrapping alters some of them and restore the break
     line = string.gsub(line, "^l%.%d+ ", "l. ...")
     line = string.gsub(
-        line, "%.%.%.l%.%d+ ( *)%}$", "... " .. os_newline .. " l. ...%1}"
+        line, "%.%.%.l%.%d+ ( *)%}$", "..." .. os_newline .. "l. ...%1}"
       )
     -- Remove spaces at the start of lines: deals with the fact that LuaTeX
     -- uses a different number to the other engines

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list