From 50219b81e62b3aa25fdcf421427b86ec82c85b5f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 27 May 2009 19:17:16 +0000 Subject: Pedantic wrap. svn path=/trunk/netsurf/; revision=7589 --- render/layout.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'render') diff --git a/render/layout.c b/render/layout.c index 044b8f823..4beebaef7 100644 --- a/render/layout.c +++ b/render/layout.c @@ -2692,7 +2692,8 @@ bool layout_table(struct box *table, int available_width, /* This is the minimum height for the table (see 17.5.3) */ min_height = css_len2px(&style->height.value.length, style); } else if (style->height.height == CSS_HEIGHT_PERCENT) { - /* This is the minimum height for the table (see 17.5.3) */ if (table->style->position == CSS_POSITION_ABSOLUTE) { + /* This is the minimum height for the table (see 17.5.3) */ + if (table->style->position == CSS_POSITION_ABSOLUTE) { /* Table is absolutely positioned */ assert(table->float_container); containing_block = table->float_container; -- cgit v1.2.3