mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Fix whitespace issue in the rule tree code.
This commit is contained in:
parent
d98abe1397
commit
e448c4a27e
1 changed files with 1 additions and 1 deletions
|
@ -684,7 +684,7 @@ impl StrongRuleNode {
|
||||||
let mut last = None;
|
let mut last = None;
|
||||||
// TODO(emilio): We could avoid all the refcount churn here.
|
// TODO(emilio): We could avoid all the refcount churn here.
|
||||||
for child in self.get().iter_children() {
|
for child in self.get().iter_children() {
|
||||||
if child .get().level == level &&
|
if child.get().level == level &&
|
||||||
child.get().source.as_ref().unwrap().ptr_equals(&source) {
|
child.get().source.as_ref().unwrap().ptr_equals(&source) {
|
||||||
return child;
|
return child;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue