Skip to content

Commit

Permalink
Fix space stripping from key types
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Jun 6, 2022
1 parent 3990534 commit 10a2264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/lttemplate.dtx
Expand Up @@ -707,7 +707,7 @@
% \begin{macrocode}
\cs_new_protected:Npn \@@_split_keytype_arg:n #1
{
\tl_set:Nn \l_@@_keytype_tl {#1}
\tl_set:Nx \l_@@_keytype_tl { \tl_trim_spaces:n {#1} }
\tl_clear:N \l_@@_keytype_arg_tl
\cs_set_protected:Npn \@@_split_keytype_arg_aux:n ##1
{
Expand Down

0 comments on commit 10a2264

Please sign in to comment.