mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-16 04:20:49 +00:00
Remove unnecessary operator<< usage
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user