From 05ee12e2df827059e6f1d01524c19905501cf105 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 3 Jan 2021 16:25:52 +0900 Subject: Fixed more uncrustify's code formatting offending files. Signed-off-by: Michele Calgaro --- tdehtml/rendering/render_table.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tdehtml') diff --git a/tdehtml/rendering/render_table.cpp b/tdehtml/rendering/render_table.cpp index 9f2cc3366..ab0573048 100644 --- a/tdehtml/rendering/render_table.cpp +++ b/tdehtml/rendering/render_table.cpp @@ -1105,13 +1105,15 @@ void RenderTableSection::addCell( RenderTableCell *cell, RenderTableRow *row ) grid[cRow].height = height; break; case Relative: + { #if 0 // we treat this as variable. This is correct according to HTML4, as it only specifies length for the height. if ( cRowHeight.type == Variable || ( cRowHeight.type == Relative && cRowHeight.value < height.value ) ) grid[cRow].height = height; - break; #endif + break; + } default: break; } -- cgit v1.2.3