libcore: whitespace cleanup.

This commit is contained in:
Erick Tryzelaar
2012-07-20 19:20:23 -07:00
committed by Graydon Hoare
parent 971b59106a
commit 66ebdbb283

View File

@@ -651,7 +651,6 @@ fn grow_set<T: copy>(&v: ~[mut T], index: uint, initval: T, val: T) {
v[index] = val;
}
// Functional utilities
/// Apply a function to each element of a vector and return the results