summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalNinjaGenerator.cxx
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2012-02-05 00:55:34 (GMT)
committerPeter Collingbourne <peter@pcc.me.uk>2012-02-05 00:57:22 (GMT)
commit69984906ef41ed9549d4acd75590c67030281df9 (patch)
tree5e5242bfbef102298724a71b38d4d38457d57eab /Source/cmLocalNinjaGenerator.cxx
parent6dd410c2b98d5152adf69b5986b5f25d4dcd9e2a (diff)
downloadCMake-69984906ef41ed9549d4acd75590c67030281df9.zip
CMake-69984906ef41ed9549d4acd75590c67030281df9.tar.gz
CMake-69984906ef41ed9549d4acd75590c67030281df9.tar.bz2
Ninja: Fix a 79-col violation
Diffstat (limited to 'Source/cmLocalNinjaGenerator.cxx')
-rw-r--r--Source/cmLocalNinjaGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalNinjaGenerator.cxx b/Source/cmLocalNinjaGenerator.cxx
index 6ae5032..a4e66e4 100644
--- a/Source/cmLocalNinjaGenerator.cxx
+++ b/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) {