summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorErick Tryzelaar <erick.tryzelaar@gmail.com>2011-12-20 18:43:00 -0800
committerErick Tryzelaar <erick.tryzelaar@gmail.com>2011-12-22 15:05:59 -0800
commit43a6bd110ed94c5465ca521de63accfea73ee986 (patch)
treebe0ca38e41485b0fc56bf06267003c3d93b061eb /src/libstd
parentdcd771cd4815e43558210ad1fcc7d6a219afafa5 (diff)
downloadrust-43a6bd110ed94c5465ca521de63accfea73ee986.tar.gz
rust-43a6bd110ed94c5465ca521de63accfea73ee986.zip
Whitespace cleanup.
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/map.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/map.rs b/src/libstd/map.rs
index a07a9f9a1a2..73d24d7cd54 100644
--- a/src/libstd/map.rs
+++ b/src/libstd/map.rs
@@ -98,6 +98,7 @@ type hashmap<K, V> = obj {
     Iterate over all the keys in the map
     */
     fn keys(block(K));
+
     /*
     Iterate over all the values in the map
     */