[latex3-commits] [git/LaTeX3-latex3-latex3] master: Some spaces in object refs (32ea92e)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu May 30 18:09:52 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/32ea92e2fc00a0036bb1a340cb3b3dad2dd7fc7d
>---------------------------------------------------------------
commit 32ea92e2fc00a0036bb1a340cb3b3dad2dd7fc7d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu May 30 17:09:52 2019 +0100
Some spaces in object refs
>---------------------------------------------------------------
32ea92e2fc00a0036bb1a340cb3b3dad2dd7fc7d
l3kernel/l3drivers-pdf.dtx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/l3kernel/l3drivers-pdf.dtx b/l3kernel/l3drivers-pdf.dtx
index 06b943b..72e750d 100644
--- a/l3kernel/l3drivers-pdf.dtx
+++ b/l3kernel/l3drivers-pdf.dtx
@@ -1262,7 +1262,7 @@
\cs_if_exist:NTF \tex_pdffeedback:D
{ \exp_not:N \tex_pdffeedback:D annot ~ }
{ \exp_not:N \tex_pdflastannot:D }
- 0 ~ R
+ \c_space_tl 0 ~ R
}
% \end{macrocode}
% \end{macro}
@@ -1305,7 +1305,7 @@
\cs_if_exist:NTF \tex_pdffeedback:D
{ \exp_not:N \tex_pdffeedback:D lastlink \scan_stop: }
{ \exp_not:N \tex_pdflastlink:D }
- ~ 0 ~ R
+ \c_space_tl 0 ~ R
}
% \end{macrocode}
% \end{macro}
@@ -1513,7 +1513,7 @@
\cs_if_exist:NTF \tex_pdffeedback:D
{ \exp_not:N \tex_pdffeedback:D lastobj }
{ \exp_not:N \tex_pdflastobj:D }
- 0 ~ R
+ \c_space_tl 0 ~ R
}
% \end{macrocode}
% \end{macro}
More information about the latex3-commits
mailing list