Fix trailing whitespace tidy errors

This commit is contained in:
Cameron Zwarich 2014-09-25 13:48:07 -07:00
parent 1fba32af9f
commit ce2484a7ce
4 changed files with 8 additions and 5 deletions

View file

@ -295,7 +295,7 @@ impl Flow for TableFlow {
_ => {}
}
// As tables are always wrapped inside a table wrapper, they are never impacted by floats.
// As tables are always wrapped inside a table wrapper, they are never impacted by floats.
self.block_flow.base.flags.set_impacted_by_left_floats(false);
self.block_flow.base.flags.set_impacted_by_right_floats(false);