mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fix trailing whitespace tidy errors
This commit is contained in:
parent
1fba32af9f
commit
ce2484a7ce
4 changed files with 8 additions and 5 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue