mirror of
https://github.com/reactos/CMake.git
synced 2025-02-25 22:45:40 +00:00
Remove unnecessary operator<< usage
This commit is contained in:
parent
1e4e2f993c
commit
2c2bb5f527
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user