From 43a6bd110ed94c5465ca521de63accfea73ee986 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Tue, 20 Dec 2011 18:43:00 -0800 Subject: [PATCH] Whitespace cleanup. --- src/libstd/map.rs | 1 + 1 file changed, 1 insertion(+) 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 @@ Iterate over all the keys in the map */ fn keys(block(K)); + /* Iterate over all the values in the map */