[latex3-commits] [l3svn] 02/02: Formatting [ci skip]
noreply at latex-project.org
noreply at latex-project.org
Tue Jan 26 15:22:48 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 06df862e7e4e7f25d477893edf0660750bc52c94
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Jan 26 14:16:37 2016 +0000
Formatting [ci skip]
Make the various parts here self-consistent.
---
l3kernel/l3bootstrap.dtx | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/l3kernel/l3bootstrap.dtx b/l3kernel/l3bootstrap.dtx
index 26ce339..6f460db 100644
--- a/l3kernel/l3bootstrap.dtx
+++ b/l3kernel/l3bootstrap.dtx
@@ -545,11 +545,11 @@
\expandafter\temp
\fi
}
- \count0="A0 %
- \count2="BC %
+ \count0 = "A0 %
+ \count2 = "BC %
\temp
- \count0="E0 %
- \count2="FF %
+ \count0 = "E0 %
+ \count2 = "FF %
\temp
% \end{macrocode}
% Upper case chars: map up by |"20| when lower casing, to themselves when upper
@@ -566,11 +566,11 @@
\expandafter\temp
\fi
}
- \count0="80 %
- \count2="9C %
+ \count0 = "80 %
+ \count2 = "9C %
\temp
- \count0="C0 %
- \count2="DF %
+ \count0 = "C0 %
+ \count2 = "DF %
\temp
% \end{macrocode}
% A few special cases where things are not as one might expect using the above
@@ -596,7 +596,7 @@
% hyphenation of the rest of a word following it (suggested by
% Lars Helstr\"om).
% \begin{macrocode}
-\global\lccode`\-=`\- %
+\global\lccode`\- = `\- %
%</initex>
% \end{macrocode}
%
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list