lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 730dec4 2/4: Align vertically


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 730dec4 2/4: Align vertically
Date: Wed, 19 Sep 2018 00:49:54 -0400 (EDT)

branch: master
commit 730dec4af570ec5a184e2b682eba070098b93896
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Align vertically
---
 ledger_pdf_generator_wx.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ledger_pdf_generator_wx.cpp b/ledger_pdf_generator_wx.cpp
index 3b69613..7569154 100644
--- a/ledger_pdf_generator_wx.cpp
+++ b/ledger_pdf_generator_wx.cpp
@@ -699,11 +699,11 @@ class page
     // provided the HTML interpolator object which can be used for obtaining
     // the HTML text of the page contents from an external template.
     page
-        (pdf_illustration const& illustration
+        (pdf_illustration  const& illustration
         ,html_interpolator const& interpolate_html
         )
-        :illustration_{illustration}
-        ,interpolate_html_{interpolate_html}
+        :illustration_     {illustration}
+        ,interpolate_html_ {interpolate_html}
     {
     }
 



reply via email to

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