layout: Make some formatting cleanups.

These should have no effect on functionality.
This commit is contained in:
Patrick Walton 2014-10-28 12:00:35 -07:00
parent 3b6e035d0d
commit 68091d7a86
8 changed files with 147 additions and 108 deletions

View file

@ -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;