mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Remove trailing whitespace.
This commit is contained in:
parent
86c83f7bfc
commit
4e34fcd264
39 changed files with 117 additions and 117 deletions
src/components/script/dom
|
@ -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(())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue