[latex3-commits] [l3svn] 01/02: Stray parenthesis
noreply at latex-project.org
noreply at latex-project.org
Fri Jan 1 12:21:00 CET 2016
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit e32a00a73196d6eb99056e6653f6c8684f617a36
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Jan 1 10:15:28 2016 +0000
Stray parenthesis
---
l3build/l3build.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 3411e33..d60ffb6 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -751,7 +751,7 @@ function formatlog(logfile, newfile, engine)
-- Substitutions to remove some non-useful changes
local function normalize(line)
-- Allow for wrapped lines: preserve the content and wrap
- if (string.len(line) == maxprintline) then
+ if string.len(line) == maxprintline then
lastline = (lastline or "") .. line
return ""
end
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list