[latex3-commits] [git/LaTeX3-latex3-latex2e] gh217: Added missing %-characters [ci skip] (14c92b08)

Johannes Braams texniek at braams.xs4all.nl
Sun May 3 00:33:42 CEST 2020


Repository : https://github.com/latex3/latex2e
On branch  : gh217
Link       : https://github.com/latex3/latex2e/commit/14c92b082586214b74ac6002f9cd120ab59a0c09

>---------------------------------------------------------------

commit 14c92b082586214b74ac6002f9cd120ab59a0c09
Author: Johannes Braams <texniek at braams.xs4all.nl>
Date:   Sun May 3 00:33:42 2020 +0200

    Added missing %-characters [ci skip]


>---------------------------------------------------------------

14c92b082586214b74ac6002f9cd120ab59a0c09
 base/ltfiles.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/base/ltfiles.dtx b/base/ltfiles.dtx
index d545debc..d9d8da19 100644
--- a/base/ltfiles.dtx
+++ b/base/ltfiles.dtx
@@ -560,7 +560,7 @@
   \let\@partlist\@empty
   \@for\@part:=#1 \do
     {
-      \expandafter\set at curr@file at trim@spaces\expandafter{\@part}
+      \expandafter\set at curr@file at trim@spaces\expandafter{\@part}%
       \ifx\@partlist\@empty
         \edef\@partlist{\@curr at file}%
       \else
@@ -598,7 +598,7 @@
     \@latex at error{\string\include\space cannot be nested}\@eha
   \else
     \set at curr@file at trim@spaces{#1}%
-    \expandafter\@include\expandafter{\@curr at file}
+    \expandafter\@include\expandafter{\@curr at file}%
   \fi}
 %    \end{macrocode}
 % \end{macro}





More information about the latex3-commits mailing list.