[latex3-commits] [git/LaTeX3-latex3-latex3] master: Code tidying (8581938)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sat Feb 10 21:18:42 CET 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/8581938465fe36accc6b89d49b89990c8a3aab23
>---------------------------------------------------------------
commit 8581938465fe36accc6b89d49b89990c8a3aab23
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat Feb 10 14:40:04 2018 +0000
Code tidying
>---------------------------------------------------------------
8581938465fe36accc6b89d49b89990c8a3aab23
l3trial/l3draw/l3draw-points.dtx | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/l3trial/l3draw/l3draw-points.dtx b/l3trial/l3draw/l3draw-points.dtx
index fa1c023..95c0dae 100644
--- a/l3trial/l3draw/l3draw-points.dtx
+++ b/l3trial/l3draw/l3draw-points.dtx
@@ -93,9 +93,7 @@
% The second argument here should itself absorb two arguments.
% \begin{macrocode}
\cs_new_protected:Npn \@@_point_process:nn #1#2
- {
- \use:x { \exp_not:n {#2} #1 }
- }
+ { \use:x { \exp_not:n {#2} #1 } }
% \end{macrocode}
% \end{macro}
%
@@ -747,7 +745,8 @@
% \end{align*}
% Of course, this does mean a lot of calculations and expansion!
% \begin{macrocode}
-\cs_new:Npn \@@_point_interpolate_curve_auxiii:nnnnnnnnn #1#2#3#4#5#6#7#8#9
+\cs_new:Npn \@@_point_interpolate_curve_auxiii:nnnnnnnnn
+ #1#2#3#4#5#6#7#8#9
{
\@@_point_interpolate_curve_auxiv:fnnnnn
{ \fp_eval:n { 1 - #1 } }
More information about the latex3-commits
mailing list