mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
layout: Minor whitespace cleanup.
This commit is contained in:
parent
34611f126d
commit
6633773a58
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue