From 9ea69ea80277ec96dcdbf2d70ef7826b01c28e8d Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 31 Oct 2015 15:20:35 -0400 Subject: [PATCH] Column: Explained justification --- src/columns/Column.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/columns/Column.cpp b/src/columns/Column.cpp index 1356cee72..e4b477ac3 100644 --- a/src/columns/Column.cpp +++ b/src/columns/Column.cpp @@ -265,6 +265,7 @@ bool Column::validate (std::string& input) } //////////////////////////////////////////////////////////////////////////////// +// All integer values are right-justified. void Column::renderInteger ( std::vector & lines, int width, @@ -277,6 +278,7 @@ void Column::renderInteger ( } //////////////////////////////////////////////////////////////////////////////// +// All floating point values are right-justified. void Column::renderDouble ( std::vector & lines, int width,