mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03: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