Fix some missing end-of-file newlines

This commit is contained in:
Keegan McAllister 2013-09-19 13:58:56 -07:00
parent 62d402f668
commit 3bc7aa52cb
8 changed files with 8 additions and 8 deletions

View file

@ -26,4 +26,4 @@ impl HTMLDataListElement {
let (scope, cx) = self.get_scope_and_cx();
HTMLCollection::new(~[], cx, scope)
}
}
}

View file

@ -26,4 +26,4 @@ impl HTMLHeadingElement {
pub fn SetAlign(&mut self, _align: &DOMString) {
}
}
}

View file

@ -26,4 +26,4 @@ function _test_timed_out() {
}
}
setTimeout(_test_timed_out, _test_timeout);
setTimeout(_test_timed_out, _test_timeout);

View file

@ -45,4 +45,4 @@ q:before, q:after {
table {
border-collapse: collapse;
border-spacing: 0;
}
}

View file

@ -1 +1 @@
body { margin: 0px }
body { margin: 0px }

View file

@ -4,4 +4,4 @@ img {
left: 100px;
border-width: 10px;
border-color: blue
}
}

View file

@ -1,3 +1,3 @@
div {
background-color: blue;
}
}

View file

@ -1,3 +1,3 @@
#styled {
color: red;
}
}