[PATCH 1/7] PrintLayout: a whitespace fix

Lubomir I. Ivanov neolit123 at gmail.com
Thu Jul 24 17:50:39 PDT 2014


From: "Lubomir I. Ivanov" <neolit123 at gmail.com>

Signed-off-by: Lubomir I. Ivanov <neolit123 at gmail.com>
---
 qt-ui/printlayout.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qt-ui/printlayout.cpp b/qt-ui/printlayout.cpp
index 4b368db..c874471 100644
--- a/qt-ui/printlayout.cpp
+++ b/qt-ui/printlayout.cpp
@@ -45,7 +45,7 @@ PrintLayout::PrintLayout(PrintDialog *dialogPtr, QPrinter *printerPtr, struct op
 	profilePrintColumnWidths.append(dw + 8);
 	profilePrintColumnWidths.append(dw - 4);
 	profilePrintColumnWidths.append(dw - 4); // fit to 100%
-	const int sr = 12;			 // smallest row height in pixels
+	const int sr = 12; // smallest row height in pixels
 	profilePrintRowHeights.append(sr);
 	profilePrintRowHeights.append(sr + 4);
 	profilePrintRowHeights.append(sr);
-- 
1.7.11.msysgit.0



More information about the subsurface mailing list