layout: Minor whitespace cleanup.

This commit is contained in:
Patrick Walton 2015-11-02 14:03:07 -08:00
parent 34611f126d
commit 6633773a58

View file

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