From 0b6f84e6a13b9aedc864d0ca462c58a24289e3a3 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Wed, 22 Apr 2015 16:05:44 -0700 Subject: [PATCH] Tidy fix --- components/layout/table_cell.rs | 2 +- components/layout/table_row.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/layout/table_cell.rs b/components/layout/table_cell.rs index 92e503d3019..00823aa89f8 100644 --- a/components/layout/table_cell.rs +++ b/components/layout/table_cell.rs @@ -40,7 +40,7 @@ pub struct TableCellFlow { /// The column span of this cell. pub column_span: u32, - + /// Whether this cell is visible. If false, the value of `empty-cells` means that we must not /// display this cell. pub visible: bool, diff --git a/components/layout/table_row.rs b/components/layout/table_row.rs index 5b6e1909a26..bcc0bda925e 100644 --- a/components/layout/table_row.rs +++ b/components/layout/table_row.rs @@ -544,7 +544,7 @@ impl CollapsedBorder { provenance: CollapsedBorderProvenance::FromTable, } } - + /// Creates a collapsed border from the block-start border described in the given CSS style /// object. fn top(css_style: &ComputedValues, provenance: CollapsedBorderProvenance)