mirror of
https://github.com/servo/servo.git
synced 2025-08-17 19:35:33 +01:00
layout: Make some formatting cleanups.
These should have no effect on functionality.
This commit is contained in:
parent
3b6e035d0d
commit
68091d7a86
8 changed files with 147 additions and 108 deletions
|
@ -216,7 +216,7 @@ impl Floats {
|
|||
let mut r_block_start = None;
|
||||
let mut r_block_end = None;
|
||||
|
||||
// Find the float collisions for the given vertical range.
|
||||
// Find the float collisions for the given range in the block direction.
|
||||
for float in list.floats.iter() {
|
||||
debug!("available_rect: Checking for collision against float");
|
||||
let float_pos = float.bounds.start;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue