From 909389b209d97ac3d7f83d76abef9cf943e7e9c7 Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 1 Oct 2008 15:35:01 +0000 Subject: Line wrap --- doc/examples/make_prime.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/examples/make_prime.cpp') diff --git a/doc/examples/make_prime.cpp b/doc/examples/make_prime.cpp index ab84e1cdc..4d82907f9 100644 --- a/doc/examples/make_prime.cpp +++ b/doc/examples/make_prime.cpp @@ -50,7 +50,8 @@ int main() if(not_new % 100000 == 0) { - for(std::map::iterator i = bit_count.begin(); i != bit_count.end(); ++i) + for(std::map::iterator i = bit_count.begin(); + i != bit_count.end(); ++i) std::cout << "bit_count[" << i->first << "] = " << i->second << "\n"; std::copy(primes.begin(), primes.end(), -- cgit v1.2.3