[latex3-commits] [l3svn] 01/06: Minor Lua formatting
noreply at latex-project.org
noreply at latex-project.org
Sun Jul 9 20:06:44 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 021b287c221d136473f71f5d95b3ea377e793e19
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Jul 9 10:14:04 2017 +0100
Minor Lua formatting
---
l3kernel/l3luatex.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3kernel/l3luatex.dtx b/l3kernel/l3luatex.dtx
index 6fbd32b..1f8c3ce 100644
--- a/l3kernel/l3luatex.dtx
+++ b/l3kernel/l3luatex.dtx
@@ -241,7 +241,7 @@ local unicode_utf8_char = unicode.utf8.char
% String comparison which gives the same results as \pdfTeX{}'s
% \tn{pdfstrcmp}, although the ordering should likely not be relied upon!
% \begin{macrocode}
-local function strcmp (A, B)
+local function strcmp(A, B)
if A == B then
tex_write("0")
elseif A < B then
@@ -261,7 +261,7 @@ l3kernel.strcmp = strcmp
% to match an eventual allocator.
% \begin{macrocode}
local charcat_table = l3kernel.charcat_table or 1
-local function charcat (charcode, catcode)
+local function charcat(charcode, catcode)
tex_setcatcode(charcat_table, charcode, catcode)
tex_sprint(charcat_table, unicode_utf8_char(charcode))
end
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list