From: Matt McCutchen Date: Fri, 16 Feb 2007 21:16:38 +0000 (-0500) Subject: Remove extra '\n' because of std::endl. X-Git-Tag: v2007.07.07~3 X-Git-Url: https://mattmccutchen.net/bigint/bigint.git/commitdiff_plain/e515a220f59302bcdcd41f6f26282f5c84914da6 Remove extra '\n' because of std::endl. --- diff --git a/sample.cc b/sample.cc index 9a75175..a560e6b 100644 --- a/sample.cc +++ b/sample.cc @@ -78,7 +78,7 @@ int main() { * If you want to experiment with the library, * you can add your own test code here. */ - // std::cout << "Beginning of custom test code:\n" << std::endl; + // std::cout << "Beginning of custom test code:" << std::endl; } catch(char const* err) { std::cout << "The library threw an exception:\n"