lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 1afd45c 040/156: Avoid spurious coding style


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 1afd45c 040/156: Avoid spurious coding style violation
Date: Tue, 30 Jan 2018 17:22:05 -0500 (EST)

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

    Avoid spurious coding style violation
    
    "Product:" was wrongly recognized as a label.
---
 ledger_pdf_generator_wx.cpp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/ledger_pdf_generator_wx.cpp b/ledger_pdf_generator_wx.cpp
index cb33da9..d5036c7 100644
--- a/ledger_pdf_generator_wx.cpp
+++ b/ledger_pdf_generator_wx.cpp
@@ -745,9 +745,7 @@ Composite Illustration
         }
 
     lhs_html += add_line
-        (R"(
-Product: {{PolicyForm}}{{Space1}}{{PolicyMktgName}}
-)"
+        ("Product: {{PolicyForm}}{{Space1}}{{PolicyMktgName}}"
         );
 
     lhs_html += add_line



reply via email to

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