[latex3-commits] [l3svn] 02/02: Code formatting
noreply at latex-project.org
noreply at latex-project.org
Tue Apr 4 09:51:10 CEST 2017
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit 8cfe501cd59a4fb43342871e674515632bcd72df
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Apr 4 08:51:05 2017 +0100
Code formatting
---
l3kernel/l3candidates.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index 6c7d5e9..b882f76 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -1473,8 +1473,8 @@
\hbox_set:Nn #1
{
\group_begin:
- \fp_set:Nn \l_@@_scale_x_fp { (#2) / \box_wd:N #1 }
- \fp_set:Nn \l_@@_scale_y_fp { (#3) / (#4) }
+ \fp_set:Nn \l_@@_scale_x_fp { ( #2 ) / \box_wd:N #1 }
+ \fp_set:Nn \l_@@_scale_y_fp { ( #3 ) / ( #4 ) }
\fp_compare:nNnTF \l_@@_scale_x_fp > \l_@@_scale_y_fp
{ \fp_set_eq:NN \l_@@_scale_x_fp \l_@@_scale_y_fp }
{ \fp_set_eq:NN \l_@@_scale_y_fp \l_@@_scale_x_fp }
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list