Merge pull request #3509 from Ms2ger/indentation-iframe

Fix indentation in is_htmliframeelement.

Reviewed-by: jdm
This commit is contained in:
bors-servo 2014-09-28 07:45:27 -06:00
commit 6184c13f95

View file

@ -51,7 +51,7 @@ pub struct HTMLIFrameElement {
impl HTMLIFrameElementDerived for EventTarget {
fn is_htmliframeelement(&self) -> bool {
self.type_id == NodeTargetTypeId(ElementNodeTypeId(HTMLIFrameElementTypeId))
self.type_id == NodeTargetTypeId(ElementNodeTypeId(HTMLIFrameElementTypeId))
}
}