[latex3-commits] [latex3/latex2e] develop: Drop extra code indent (be52909d)
github at latex-project.org
github at latex-project.org
Fri Mar 22 09:08:30 CET 2024
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/be52909dbb32f3fd7a5678ff80b6d359b9b81333
>---------------------------------------------------------------
commit be52909dbb32f3fd7a5678ff80b6d359b9b81333
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Fri Mar 22 16:04:21 2024 +0800
Drop extra code indent
>---------------------------------------------------------------
be52909dbb32f3fd7a5678ff80b6d359b9b81333
base/ltclass.dtx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/base/ltclass.dtx b/base/ltclass.dtx
index 9feb9ece..1948db2c 100644
--- a/base/ltclass.dtx
+++ b/base/ltclass.dtx
@@ -1327,11 +1327,11 @@
% \changes{v1.4c}{2021/06/06}
% {apply \cs{expandafter} to raw options for gh/580}
% \begin{macrocode}
- \@ifundefined{@raw at opt@#3.#1}%
- {\expandafter\gdef\csname @raw at opt@#3.#1\expandafter\endcsname
- \expandafter{#2}}%
- {\expandafter\g at addto@macro\csname @raw at opt@#3.#1\expandafter\endcsname
- \expandafter{\expandafter,#2}}%
+ \@ifundefined{@raw at opt@#3.#1}%
+ {\expandafter\gdef\csname @raw at opt@#3.#1\expandafter\endcsname
+ \expandafter{#2}}%
+ {\expandafter\g at addto@macro\csname @raw at opt@#3.#1\expandafter\endcsname
+ \expandafter{\expandafter,#2}}%
}
%</2ekernel|latexrelease>
%<latexrelease>\EndIncludeInRelease
More information about the latex3-commits
mailing list.