Skip to content

Commit

Permalink
style: Fixup some indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Aug 7, 2018
1 parent 0ae47b2 commit ffae32f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions components/style/gecko/wrapper.rs
Expand Up @@ -379,7 +379,8 @@ impl<'ln> TNode for GeckoNode<'ln> {
self.0
.mFirstChild.raw::<nsIContent>()
.as_ref()
.map(GeckoNode::from_content) }
.map(GeckoNode::from_content)
}
}

#[inline]
Expand All @@ -398,7 +399,8 @@ impl<'ln> TNode for GeckoNode<'ln> {
self.0
.mNextSibling.raw::<nsIContent>()
.as_ref()
.map(GeckoNode::from_content) }
.map(GeckoNode::from_content)
}
}

#[inline]
Expand Down

0 comments on commit ffae32f

Please sign in to comment.