mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
style: Fixup some indentation.
This commit is contained in:
parent
0ae47b2659
commit
ffae32f844
1 changed files with 4 additions and 2 deletions
|
@ -379,7 +379,8 @@ impl<'ln> TNode for GeckoNode<'ln> {
|
||||||
self.0
|
self.0
|
||||||
.mFirstChild.raw::<nsIContent>()
|
.mFirstChild.raw::<nsIContent>()
|
||||||
.as_ref()
|
.as_ref()
|
||||||
.map(GeckoNode::from_content) }
|
.map(GeckoNode::from_content)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[inline]
|
#[inline]
|
||||||
|
@ -398,7 +399,8 @@ impl<'ln> TNode for GeckoNode<'ln> {
|
||||||
self.0
|
self.0
|
||||||
.mNextSibling.raw::<nsIContent>()
|
.mNextSibling.raw::<nsIContent>()
|
||||||
.as_ref()
|
.as_ref()
|
||||||
.map(GeckoNode::from_content) }
|
.map(GeckoNode::from_content)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[inline]
|
#[inline]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue