[latex3-commits] [l3svn] r6287 - Spacing changes around parameters

noreply at latex-project.org noreply at latex-project.org
Tue Nov 17 11:17:58 CET 2015


Author: bruno
Date: 2015-11-17 11:17:58 +0100 (Tue, 17 Nov 2015)
New Revision: 6287

Modified:
   trunk/l3packages/xparse/xparse.dtx
Log:
Spacing changes around parameters


Modified: trunk/l3packages/xparse/xparse.dtx
===================================================================
--- trunk/l3packages/xparse/xparse.dtx	2015-11-17 10:17:06 UTC (rev 6286)
+++ trunk/l3packages/xparse/xparse.dtx	2015-11-17 10:17:58 UTC (rev 6287)
@@ -1439,7 +1439,7 @@
   {
     \@@_flush_m_args:
     \@@_add_grabber_optional:N K
-    \tl_put_right:Nn \l_@@_signature_tl { #1 { #2 } }
+    \tl_put_right:Nn \l_@@_signature_tl { #1 {#2} }
     \@@_prepare_signature:N
   }
 %    \end{macrocode}
@@ -1504,7 +1504,7 @@
   {
     \@@_flush_m_args:
     \@@_add_grabber_optional:N t
-    \tl_put_right:Nn \l_@@_signature_tl { #1 }
+    \tl_put_right:Nn \l_@@_signature_tl {#1}
     \@@_prepare_signature:N
   }
 %    \end{macrocode}
@@ -2165,13 +2165,13 @@
  {
    \exp_after:wN #4 \l_@@_fn_tl ##1
      {
-       \@@_add_arg:n { ##1 }
+       \@@_add_arg:n {##1}
        #3 \l_@@_args_tl
      }
    \use:c { peek_meaning_remove #5 :NTF } #1
      { \l_@@_fn_tl }
      {
-       \@@_add_arg:n { #2 }
+       \@@_add_arg:n {#2}
        #3 \l_@@_args_tl
      }
  }
@@ -2795,7 +2795,7 @@
   {
     \str_if_eq:onTF
       { #1 { } { } #7 #2 \q_@@ #3 }
-      { { } { #2 } { } }
+      { { } {#2} { } }
       {
         #1
           { \@@_expandable_grab_D:NNNwNnnn #1#2#3#5 \q_@@ #6 }
@@ -2946,7 +2946,7 @@
   {
     \str_if_eq:onTF
       { #1 { } { } #7 #2 \q_@@ #3 }
-      { { } { #2 } { } }
+      { { } {#2} { } }
       {
         #1
           { \@@_expandable_grab_D:NNNwNnnn #1#2#3#5 \q_@@ #6 }
@@ -3000,7 +3000,7 @@
   { #2 { \@@_expandable_grab_t_aux:NNwn #1 \q_@@ #2 } }
 \cs_new:Npn \@@_expandable_grab_t_aux:NNwn #1#2#3 \q_@@ #4#5
   {
-    \str_if_eq:onTF { #1 { } #5 #2 } { #2 }
+    \str_if_eq:onTF { #1 { } #5 #2 } {#2}
       { #3 { \BooleanTrue } \q_@@ #4 }
       { #3 { \BooleanFalse } \q_@@ #4 {#5} }
   }
@@ -3270,7 +3270,7 @@
           { \exp_not:N \prg_return_false: }
       }
     \cs_new:Npn \exp_not:N \@@_if_value_aux:w ##1 \c_@@_no_value_tl
-      { ##1 }
+      {##1}
   }
 %    \end{macrocode}
 % \end{macro}
@@ -3610,7 +3610,7 @@
       { \__msg_kernel_error:nnx { xparse } { environment-not-yet-defined } {#1} }
   }
 \cs_new_protected:Npn \ProvideDocumentEnvironment #1#2#3#4
-  { \cs_if_exist:cF { #1 } { \@@_declare_env:nnnn {#1} {#2} {#3} {#4} } }
+  { \cs_if_exist:cF {#1} { \@@_declare_env:nnnn {#1} {#2} {#3} {#4} } }
 %    \end{macrocode}
 % \end{macro}
 % \end{macro}



More information about the latex3-commits mailing list