Remove trailing whitespace.

This commit is contained in:
Ms2ger 2014-04-07 11:41:58 +02:00
parent 86c83f7bfc
commit 4e34fcd264
39 changed files with 117 additions and 117 deletions

View file

@ -37,7 +37,7 @@ impl CharacterData {
data: data
}
}
pub fn Data(&self) -> DOMString {
self.data.clone()
}

View file

@ -14,7 +14,7 @@ use servo_util::str::DOMString;
use geom::point::Point2D;
pub enum Event_ {
ResizeEvent(uint, uint),
ResizeEvent(uint, uint),
ReflowEvent,
ClickEvent(uint, Point2D<f32>),
MouseDownEvent(uint, Point2D<f32>),

View file

@ -110,7 +110,7 @@ impl HTMLButtonElement {
pub fn SetName(&mut self, _name: DOMString) -> ErrorResult {
Ok(())
}
pub fn Type(&self) -> DOMString {
~""
}

View file

@ -56,7 +56,7 @@ impl HTMLFontElement {
pub fn SetFace(&mut self, _face: DOMString) -> ErrorResult {
Ok(())
}
pub fn Size(&self) -> DOMString {
~""
}

View file

@ -124,7 +124,7 @@ impl HTMLFormElement {
pub fn Length(&self) -> i32 {
0
}
pub fn Submit(&self) -> ErrorResult {
Ok(())
}

View file

@ -44,7 +44,7 @@ impl HTMLSourceElement {
pub fn Src(&self) -> DOMString {
~""
}
pub fn SetSrc(&mut self, _src: DOMString) -> ErrorResult {
Ok(())
}
@ -52,7 +52,7 @@ impl HTMLSourceElement {
pub fn Type(&self) -> DOMString {
~""
}
pub fn SetType(&mut self, _type: DOMString) -> ErrorResult {
Ok(())
}
@ -60,7 +60,7 @@ impl HTMLSourceElement {
pub fn Media(&self) -> DOMString {
~""
}
pub fn SetMedia(&mut self, _media: DOMString) -> ErrorResult {
Ok(())
}

View file

@ -44,7 +44,7 @@ impl HTMLTableCaptionElement {
pub fn Align(&self) -> DOMString {
~""
}
pub fn SetAlign(&mut self, _align: DOMString) -> ErrorResult {
Ok(())
}

View file

@ -44,7 +44,7 @@ impl HTMLTimeElement {
pub fn DateTime(&self) -> DOMString {
~""
}
pub fn SetDateTime(&mut self, _dateTime: DOMString) -> ErrorResult {
Ok(())
}

View file

@ -44,7 +44,7 @@ impl HTMLUListElement {
pub fn Compact(&self) -> bool {
false
}
pub fn SetCompact(&mut self, _compact: bool) -> ErrorResult {
Ok(())
}