summaryrefslogtreecommitdiff
path: root/render/layout.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-03-23 16:30:50 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2012-03-23 16:30:50 +0000
commit654ad81d8b50616eea3ce14e1e02f2520308d3a7 (patch)
treec478d70daae88b1ec1b54d9cce88122f0da8f35b /render/layout.c
parenta66adbbfefcc61f4f577b80398a9a0d8941b8441 (diff)
downloadnetsurf-654ad81d8b50616eea3ce14e1e02f2520308d3a7.tar.gz
netsurf-654ad81d8b50616eea3ce14e1e02f2520308d3a7.tar.bz2
Delete some trailing whitespace.
svn path=/trunk/netsurf/; revision=13555
Diffstat (limited to 'render/layout.c')
-rw-r--r--render/layout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/render/layout.c b/render/layout.c
index ac6339757..b541517eb 100644
--- a/render/layout.c
+++ b/render/layout.c
@@ -696,11 +696,11 @@ void layout_minmax_block(struct box *block,
wtype != CSS_WIDTH_SET) {
/* box shrinks to fit; need minimum width */
block->flags |= NEED_MIN;
- } else if (block->type == BOX_TABLE_CELL) {
+ } else if (block->type == BOX_TABLE_CELL) {
/* box shrinks to fit; need minimum width */
block->flags |= NEED_MIN;
} else if (block->parent && (block->parent->flags & NEED_MIN) &&
- wtype != CSS_WIDTH_SET) {
+ wtype != CSS_WIDTH_SET) {
/* box inside shrink-to-fit context; need minimum width */
block->flags |= NEED_MIN;
}