From d23ed020abf494a046b499cdce1c0957cd5b4783 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 21 May 2007 20:45:13 +0000 Subject: Whitespace cleanup. --- src/utility/utils.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/utility/utils.cc') diff --git a/src/utility/utils.cc b/src/utility/utils.cc index e9c41cc9..7ddeb677 100644 --- a/src/utility/utils.cc +++ b/src/utility/utils.cc @@ -143,7 +143,7 @@ inline void add_to_count_map(object_count_map& the_map, std::size_t current_memory_size() { std::size_t memory_size = 0; - + for (object_count_map::const_iterator i = live_memory_count->begin(); i != live_memory_count->end(); i++) @@ -262,7 +262,7 @@ inline void report_count_map(std::ostream& out, object_count_map& the_map) std::size_t current_objects_size() { std::size_t objects_size = 0; - + for (object_count_map::const_iterator i = live_object_count->begin(); i != live_object_count->end(); i++) @@ -617,7 +617,7 @@ void finish_timer(const char * name) if (need_paren) _log_buffer << '('; - + _log_buffer << spent.total_milliseconds() << "ms"; if (need_paren) -- cgit v1.2.3