lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master de9567e 152/156: Fix misplaced commas in ledg


From: Greg Chicares
Subject: [lmi-commits] [lmi] master de9567e 152/156: Fix misplaced commas in ledger PDF generator code
Date: Tue, 30 Jan 2018 17:22:35 -0500 (EST)

branch: master
commit de9567ecc672daee9cfd1370ed0280a22ca4922f
Author: Vadim Zeitlin <address@hidden>
Commit: Vadim Zeitlin <address@hidden>

    Fix misplaced commas in ledger PDF generator code
    
    No real changes, just reformat the parameters list to position all
    commas appropriately.
---
 ledger_pdf_generator_wx.cpp | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/ledger_pdf_generator_wx.cpp b/ledger_pdf_generator_wx.cpp
index bed8b4c..355c4c1 100644
--- a/ledger_pdf_generator_wx.cpp
+++ b/ledger_pdf_generator_wx.cpp
@@ -494,8 +494,8 @@ class html_cell_for_pdf_output : public wxHtmlCell
     void draw_check_precondition
         (wxDC& dc
         ,int view_y1
-        ,int view_y2,
-        wxHtmlRenderingInfo& info
+        ,int view_y2
+        ,wxHtmlRenderingInfo& info
         )
     {
         // The DC passed to this function is supposed to be the same as the one
@@ -552,8 +552,8 @@ class scaled_image_cell : public html_cell_for_pdf_output
         ,int x
         ,int y
         ,int view_y1
-        ,int view_y2,
-        wxHtmlRenderingInfo& info
+        ,int view_y2
+        ,wxHtmlRenderingInfo& info
         ) override
     {
         draw_check_precondition(dc, view_y1, view_y2, info);
@@ -1278,8 +1278,8 @@ class numeric_summary_table_cell
         ,int x
         ,int y
         ,int view_y1
-        ,int view_y2,
-        wxHtmlRenderingInfo& info
+        ,int view_y2
+        ,wxHtmlRenderingInfo& info
         ) override
     {
         draw_check_precondition(dc, view_y1, view_y2, info);
@@ -1671,8 +1671,8 @@ class page_with_tabular_report
         render_or_measure_extra_headers
             (table
             ,interpolate_html
-            ,&pos_y,
-            output_mode
+            ,&pos_y
+            ,output_mode
             );
 
         table.output_header(&pos_y, output_mode);



reply via email to

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