lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] valyuta/002 bf1943b 03/65: reformat


From: Greg Chicares
Subject: [lmi-commits] [lmi] valyuta/002 bf1943b 03/65: reformat
Date: Wed, 16 Sep 2020 16:55:11 -0400 (EDT)

branch: valyuta/002
commit bf1943bb750949cb7d88e5df5c8ea21cc36f0396
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    reformat
---
 outlay.cpp | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/outlay.cpp b/outlay.cpp
index 9730287..4e62ddb 100644
--- a/outlay.cpp
+++ b/outlay.cpp
@@ -34,18 +34,18 @@ modal_outlay::modal_outlay
     ,round_to<double> const& round_withdrawal
     ,round_to<double> const& round_loan
     )
-    :round_gross_premium_  {            round_gross_premium}
-    ,round_withdrawal_     {            round_withdrawal   }
-    ,round_loan_           {            round_loan         }
-    ,dumpin_               {           (round_gross_premium_(yi.Dumpin)        
            )}
-    ,external_1035_amount_ {           
(round_gross_premium_(yi.External1035ExchangeAmount))}
-    ,internal_1035_amount_ {           
(round_gross_premium_(yi.Internal1035ExchangeAmount))}
-    ,ee_modal_premiums_    {currencyize(round_gross_premium_(yi.Payment)       
            )}
-    ,ee_premium_modes_     {                     yi.PaymentMode                
}
-    ,er_modal_premiums_    
{currencyize(round_gross_premium_(yi.CorporationPayment)        )}
-    ,er_premium_modes_     {                     yi.CorporationPaymentMode     
}
-    ,withdrawals_          {currencyize(round_withdrawal_   (yi.Withdrawal)    
            )}
-    ,new_cash_loans_       {currencyize(round_loan_         (yi.NewLoan)       
            )}
+    :round_gross_premium_  {round_gross_premium}
+    ,round_withdrawal_     {round_withdrawal   }
+    ,round_loan_           {round_loan         }
+    ,dumpin_               {            round_gross_premium_(yi.Dumpin)        
            }
+    ,external_1035_amount_ {            
round_gross_premium_(yi.External1035ExchangeAmount)}
+    ,internal_1035_amount_ {            
round_gross_premium_(yi.Internal1035ExchangeAmount)}
+    ,ee_modal_premiums_    {currencyize(round_gross_premium_(yi.Payment)       
           )}
+    ,ee_premium_modes_     {                                 yi.PaymentMode    
            }
+    ,er_modal_premiums_    
{currencyize(round_gross_premium_(yi.CorporationPayment)       )}
+    ,er_premium_modes_     {                                 
yi.CorporationPaymentMode     }
+    ,withdrawals_          {currencyize(round_withdrawal_   (yi.Withdrawal)    
           )}
+    ,new_cash_loans_       {currencyize(round_loan_         (yi.NewLoan)       
           )}
 {
 }
 



reply via email to

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