From e515a220f59302bcdcd41f6f26282f5c84914da6 Mon Sep 17 00:00:00 2001 From: Matt McCutchen Date: Fri, 16 Feb 2007 16:16:38 -0500 Subject: [PATCH] Remove extra '\n' because of std::endl. --- sample.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.34.1