Remove trailing whitespace

The Mach test runner doesn't actually make these failures yet, which is
tracked by #3482.
This commit is contained in:
Cameron Zwarich 2014-10-06 14:39:48 -07:00
parent ffa992864d
commit fb810c08dc
2 changed files with 2 additions and 2 deletions

View file

@ -187,7 +187,7 @@ impl<'ln> TLayoutNode for LayoutNode<'ln> {
unsafe {
if self.get().is_text() {
let text: JS<Text> = self.get_jsmanaged().transmute_copy();
(*text.unsafe_get()).characterdata.data.borrow().clone()
(*text.unsafe_get()).characterdata.data.borrow().clone()
} else if self.get().is_htmlinputelement() {
let input: JS<HTMLInputElement> = self.get_jsmanaged().transmute_copy();
input.get_value_for_layout()