about summary refs log tree commit diff
path: root/src/lib
diff options
context:
space:
mode:
authorErick Tryzelaar <erick.tryzelaar@gmail.com>2011-08-04 17:25:07 -0700
committerBrian Anderson <banderson@mozilla.com>2011-08-09 11:29:36 -0700
commitbf7b516bdbcb531a964063271c8cd4128125a6bc (patch)
treeae67b78835cd049c9159bb4dbbcb5f4f138a9456 /src/lib
parentd5c8bb9d86508ff785c6872f763082bd8033720c (diff)
downloadrust-bf7b516bdbcb531a964063271c8cd4128125a6bc.tar.gz
rust-bf7b516bdbcb531a964063271c8cd4128125a6bc.zip
Add newlines to the end of some files.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/ufind.rs2
-rw-r--r--src/lib/ufindivec.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ufind.rs b/src/lib/ufind.rs
index dd2da256236..4ec987e802f 100644
--- a/src/lib/ufind.rs
+++ b/src/lib/ufind.rs
@@ -49,4 +49,4 @@ fn prune(ufnd: &ufind, n: uint) {
 
     let len = vec::len[node](ufnd.nodes);
     while len != n { vec::pop[node](ufnd.nodes); len -= 1u; }
-}
\ No newline at end of file
+}
diff --git a/src/lib/ufindivec.rs b/src/lib/ufindivec.rs
index 37e44b8a15a..73daec0d773 100644
--- a/src/lib/ufindivec.rs
+++ b/src/lib/ufindivec.rs
@@ -49,4 +49,4 @@ fn prune(ufnd: &ufind, n: uint) {
 
     let len = ivec::len[node](ufnd.nodes);
     while len != n { ivec::pop[node](ufnd.nodes); len -= 1u; }
-}
\ No newline at end of file
+}