Remove extra '\n' because of std::endl.
authorMatt McCutchen <hashproduct@gmail.com>
Fri, 16 Feb 2007 21:16:38 +0000 (16:16 -0500)
committerMatt McCutchen <hashproduct@gmail.com>
Fri, 16 Feb 2007 21:16:38 +0000 (16:16 -0500)
sample.cc

index 9a75175..a560e6b 100644 (file)
--- 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"