[latex3-commits] [l3svn] 04/04: l3build: Some code style [ci skip]
noreply at latex-project.org
noreply at latex-project.org
Sat May 27 17:09:10 CEST 2017
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit d848da98ce40e68a62f5c7407244558b31410f2b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat May 27 16:08:31 2017 +0100
l3build: Some code style [ci skip]
---
l3build/l3build.dtx | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/l3build/l3build.dtx b/l3build/l3build.dtx
index f769d6e..fd1f6c7 100644
--- a/l3build/l3build.dtx
+++ b/l3build/l3build.dtx
@@ -1082,17 +1082,17 @@
%
% module = "mymodule"
%
-% function typeset (file)
+% function typeset(file)
% local name = stripext(basename(file))
% local errorlevel = tex (file)
% if errorlevel == 0 then
% -- Return a non-zero errorlevel if anything goes wrong
-% errorlevel = (
-% bibtex (name) +
-% tex (file) +
-% bibtex (name) +
-% tex (file) +
-% tex (file)
+% errorlevel =(
+% bibtex(name) +
+% tex(file) +
+% bibtex(name) +
+% tex(file) +
+% tex(file)
% )
% end
% return errorlevel
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list