aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorKeegan McAllister <kmcallister@mozilla.com>2013-09-19 13:58:56 -0700
committerKeegan McAllister <kmcallister@mozilla.com>2013-09-19 14:00:32 -0700
commit3bc7aa52cb8f353b45e4906ff3d72b752bfbf73a (patch)
treecb7bbbab30fc4879eaca4573c9051f0718d28caa /src/components
parent62d402f66873e1b6375e7a6627d06d571c8870bf (diff)
downloadservo-3bc7aa52cb8f353b45e4906ff3d72b752bfbf73a.tar.gz
servo-3bc7aa52cb8f353b45e4906ff3d72b752bfbf73a.zip
Fix some missing end-of-file newlines
Diffstat (limited to 'src/components')
-rw-r--r--src/components/script/dom/htmldatalistelement.rs2
-rw-r--r--src/components/script/dom/htmlheadingelement.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/script/dom/htmldatalistelement.rs b/src/components/script/dom/htmldatalistelement.rs
index 1f045028859..68f2b721eed 100644
--- a/src/components/script/dom/htmldatalistelement.rs
+++ b/src/components/script/dom/htmldatalistelement.rs
@@ -26,4 +26,4 @@ impl HTMLDataListElement {
let (scope, cx) = self.get_scope_and_cx();
HTMLCollection::new(~[], cx, scope)
}
-} \ No newline at end of file
+}
diff --git a/src/components/script/dom/htmlheadingelement.rs b/src/components/script/dom/htmlheadingelement.rs
index 33231737bb7..c7d107ee20a 100644
--- a/src/components/script/dom/htmlheadingelement.rs
+++ b/src/components/script/dom/htmlheadingelement.rs
@@ -26,4 +26,4 @@ impl HTMLHeadingElement {
pub fn SetAlign(&mut self, _align: &DOMString) {
}
-} \ No newline at end of file
+}