mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
layout: Minor whitespace cleanup.
This commit is contained in:
parent
7ca1137d25
commit
657e638ad4
1 changed files with 3 additions and 1 deletions
|
@ -170,7 +170,9 @@ impl Flow for ListItemFlow {
|
||||||
iterator: &mut FragmentBorderBoxIterator,
|
iterator: &mut FragmentBorderBoxIterator,
|
||||||
level: i32,
|
level: i32,
|
||||||
stacking_context_position: &Point2D<Au>) {
|
stacking_context_position: &Point2D<Au>) {
|
||||||
self.block_flow.iterate_through_fragment_border_boxes(iterator, level, stacking_context_position);
|
self.block_flow.iterate_through_fragment_border_boxes(iterator,
|
||||||
|
level,
|
||||||
|
stacking_context_position);
|
||||||
|
|
||||||
for marker in &self.marker_fragments {
|
for marker in &self.marker_fragments {
|
||||||
if iterator.should_process(marker) {
|
if iterator.should_process(marker) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue