Parcourir la source

Ninja: Fix a 79-col violation

Peter Collingbourne il y a 13 ans
Parent
commit
69984906ef
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Source/cmLocalNinjaGenerator.cxx

+ 1 - 1
Source/cmLocalNinjaGenerator.cxx

@@ -300,7 +300,7 @@ std::string cmLocalNinjaGenerator::BuildCommandLine(
   // want to use a link.txt file because I will lose the benefit of the
   // $in variables. A discussion about dealing with multiple commands in
   // a rule is started here:
-  // http://groups.google.com/group/ninja-build/browse_thread/thread/d515f23a78986008
+  // groups.google.com/group/ninja-build/browse_thread/thread/d515f23a78986008
   std::ostringstream cmd;
   for (std::vector<std::string>::const_iterator li = cmdLines.begin();
        li != cmdLines.end(); ++li) {