From 6e27010f897b3abffa93824e3c26d403cec2c4a0 Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Tue, 16 Sep 2014 14:24:40 +0200 Subject: [PATCH] Fix stray "<<" and make it do what was intended... --- core/metautils/src/TMetaUtils.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/metautils/src/TMetaUtils.cxx b/core/metautils/src/TMetaUtils.cxx index 3ffab16..e5d615a 100644 --- a/core/metautils/src/TMetaUtils.cxx +++ b/core/metautils/src/TMetaUtils.cxx @@ -1617,7 +1617,7 @@ void ROOT::TMetaUtils::WriteClassInit(std::ostream& finalString, //-------------------------------------------------------------------------- if( rulesIt2 != ROOT::gReadRawRules.end() ) { int i = 0; - finalString << "\n << "; // Schema evolution read raw functions << "\n"; + finalString << "\n // Schema evolution read raw functions\n"; std::list::iterator rIt = rulesIt2->second.begin(); while( rIt != rulesIt2->second.end() ) { -- 1.8.2