Browse Source

Remove unnecessary operator<< usage

Pavel Solodovnikov 8 years ago
parent
commit
2c2bb5f527
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmGlobalNinjaGenerator.cxx

+ 1 - 1
Source/cmGlobalNinjaGenerator.cxx

@@ -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,