Remove unnecessary operator<< usage

This commit is contained in:
Pavel Solodovnikov 2017-05-26 19:54:29 +03:00
parent 1e4e2f993c
commit 2c2bb5f527

View File

@ -56,7 +56,7 @@ void cmGlobalNinjaGenerator::Indent(std::ostream& os, int count)
void cmGlobalNinjaGenerator::WriteDivider(std::ostream& os)
{
os << "# ======================================"
<< "=======================================\n";
"=======================================\n";
}
void cmGlobalNinjaGenerator::WriteComment(std::ostream& os,