From 5fb349ca9b863bb5ff790181c525be9c56faa7e4 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 5 Jul 2010 13:33:42 -0400 Subject: [PATCH] Code Cleanup - Minor formatting change. --- src/report.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/report.cpp b/src/report.cpp index 1e0a06324..158e2c7ab 100644 --- a/src/report.cpp +++ b/src/report.cpp @@ -2009,7 +2009,7 @@ std::string renderMonths ( } } } - table.setCellColor (row, thisCol, cellColor); + table.setCellColor (row, thisCol, cellColor); } // Check for end of week, and...