diff options
author | Patrick Walton <pcwalton@mimiga.net> | 2015-11-02 14:03:07 -0800 |
---|---|---|
committer | Patrick Walton <pcwalton@mimiga.net> | 2015-11-03 13:12:47 -0800 |
commit | 6633773a589d87e81d2cf539983004d6ba957c68 (patch) | |
tree | d416f65104e3dbf7f733036be1db0120437f0ab9 /components/layout/layout_task.rs | |
parent | 34611f126d682fe5999b9ce77e8f9891613cdfe4 (diff) | |
download | servo-6633773a589d87e81d2cf539983004d6ba957c68.tar.gz servo-6633773a589d87e81d2cf539983004d6ba957c68.zip |
layout: Minor whitespace cleanup.
Diffstat (limited to 'components/layout/layout_task.rs')
-rw-r--r-- | components/layout/layout_task.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/components/layout/layout_task.rs b/components/layout/layout_task.rs index 14fe24fc3e6..42dcddb57a4 100644 --- a/components/layout/layout_task.rs +++ b/components/layout/layout_task.rs @@ -1196,7 +1196,9 @@ impl LayoutTask { if !needs_dirtying { for &(el, state_change) in state_changes.iter() { debug_assert!(!state_change.is_empty()); - let hint = rw_data.stylist.restyle_hint_for_state_change(&el, el.get_state(), state_change); + let hint = rw_data.stylist.restyle_hint_for_state_change(&el, + el.get_state(), + state_change); el.note_restyle_hint(hint); } } |