lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 3149080 4/9: Reformat some very long lines


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 3149080 4/9: Reformat some very long lines
Date: Wed, 19 Sep 2018 09:19:33 -0400 (EDT)

branch: master
commit 31490803c29ec345879c8c40ece0fc1b872c38bc
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Reformat some very long lines
---
 ledger_pdf_generator_wx.cpp | 25 ++++++++++++++++++++-----
 1 file changed, 20 insertions(+), 5 deletions(-)

diff --git a/ledger_pdf_generator_wx.cpp b/ledger_pdf_generator_wx.cpp
index 6fbe43a..ee260cb 100644
--- a/ledger_pdf_generator_wx.cpp
+++ b/ledger_pdf_generator_wx.cpp
@@ -739,7 +739,10 @@ class logical_page
 class pdf_illustration : protected html_interpolator, protected pdf_writer_wx
 {
   public:
-    explicit pdf_illustration(Ledger const& ledger, fs::path const& 
pdf_out_file)
+    explicit pdf_illustration
+        (Ledger   const& ledger
+        ,fs::path const& pdf_out_file
+        )
         :html_interpolator {ledger.make_evaluator()}
         ,pdf_writer_wx     (pdf_out_file.string(), wxPORTRAIT, font_sizes_)
         ,ledger_           {ledger}
@@ -2138,7 +2141,10 @@ class ill_reg_supplemental_report : public 
standard_supplemental_report
 class pdf_illustration_naic : public pdf_illustration
 {
   public:
-    explicit pdf_illustration_naic(Ledger const& ledger, fs::path const& 
pdf_out_file)
+    explicit pdf_illustration_naic
+        (Ledger   const& ledger
+        ,fs::path const& pdf_out_file
+        )
         :pdf_illustration{ledger, pdf_out_file}
     {
         auto const& invar = ledger.GetLedgerInvariant();
@@ -2654,7 +2660,10 @@ class finra_assumption_detail : public 
page_with_tabular_report
 class pdf_illustration_finra : public pdf_illustration
 {
   public:
-    explicit pdf_illustration_finra(Ledger const& ledger, fs::path const& 
pdf_out_file)
+    explicit pdf_illustration_finra
+        (Ledger   const& ledger
+        ,fs::path const& pdf_out_file
+        )
         :pdf_illustration{ledger, pdf_out_file}
     {
         auto const& invar = ledger.GetLedgerInvariant();
@@ -2759,7 +2768,10 @@ class reg_d_group_basic : public 
page_with_basic_tabular_report
 class pdf_illustration_reg_d_group : public pdf_illustration
 {
   public:
-    explicit pdf_illustration_reg_d_group(Ledger const& ledger, fs::path 
const& pdf_out_file)
+    explicit pdf_illustration_reg_d_group
+        (Ledger   const& ledger
+        ,fs::path const& pdf_out_file
+        )
         :pdf_illustration{ledger, pdf_out_file}
     {
         // Define variables specific to this illustration.
@@ -3041,7 +3053,10 @@ class reg_d_indiv_curr : public page_with_tabular_report
 class pdf_illustration_reg_d_indiv : public pdf_illustration
 {
   public:
-    explicit pdf_illustration_reg_d_indiv(Ledger const& ledger, fs::path 
const& pdf_out_file)
+    explicit pdf_illustration_reg_d_indiv
+        (Ledger   const& ledger
+        ,fs::path const& pdf_out_file
+        )
         :pdf_illustration{ledger, pdf_out_file}
     {
         auto const& invar = ledger.GetLedgerInvariant();



reply via email to

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