CFS, Msg, ViewText: Code cleanup

This commit is contained in:
Paul Beckingham
2016-02-20 23:10:23 -05:00
parent a1dbb0c294
commit 5666feaab9
3 changed files with 3 additions and 6 deletions

View File

@@ -120,7 +120,7 @@ std::string ViewText::render ()
unsigned int ideal = 0;
_columns[col]->measure (_data[row][col], min, ideal);
if (min > global_min) global_min = min;
if (min > global_min) global_min = min;
if (ideal > global_ideal) global_ideal = ideal;
// If a fixed-width column was just measured, there is no point repeating