style: Reformat recent changes.

This commit is contained in:
Emilio Cobos Álvarez 2019-03-12 17:02:19 +01:00
parent 9a8cee2800
commit 5aeab7adb1
17 changed files with 70 additions and 53 deletions

View file

@ -1246,8 +1246,7 @@ impl<'le> TElement for GeckoElement<'le> {
}
fn owner_doc_matches_for_testing(&self, device: &Device) -> bool {
self.as_node().owner_doc().0 as *const structs::Document ==
device.document() as *const _
self.as_node().owner_doc().0 as *const structs::Document == device.document() as *const _
}
fn style_attribute(&self) -> Option<ArcBorrow<Locked<PropertyDeclarationBlock>>> {