lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 6bc828a 05/13: Realign


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 6bc828a 05/13: Realign
Date: Fri, 9 Apr 2021 18:42:37 -0400 (EDT)

branch: master
commit 6bc828a429b753101e5b589ee48f1c854722963c
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Realign
    
    Changed only whitespace.
---
 round_to.hpp | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/round_to.hpp b/round_to.hpp
index 308a91f..da2e286 100644
--- a/round_to.hpp
+++ b/round_to.hpp
@@ -280,14 +280,14 @@ class round_to
     using rounding_fn_t = RealType (*)(RealType);
     rounding_fn_t select_rounding_function(rounding_style) const;
 
-    int decimals_                    {0};
-    rounding_style style_            {r_indeterminate};
-    max_prec_real scale_fwd_         {1.0};
-    max_prec_real scale_back_        {1.0};
-    int decimals_cents_              {0};
-    max_prec_real scale_fwd_cents_   {1.0};
-    max_prec_real scale_back_cents_  {1.0};
-    rounding_fn_t rounding_function_ {detail::erroneous_rounding_function};
+    int            decimals_          {0};
+    rounding_style style_             {r_indeterminate};
+    max_prec_real  scale_fwd_         {1.0};
+    max_prec_real  scale_back_        {1.0};
+    int            decimals_cents_    {0};
+    max_prec_real  scale_fwd_cents_   {1.0};
+    max_prec_real  scale_back_cents_  {1.0};
+    rounding_fn_t  rounding_function_ {detail::erroneous_rounding_function};
 };
 
 // Naran used const data members, reasoning that a highly optimizing



reply via email to

[Prev in Thread] Current Thread [Next in Thread]