From 1de1f4bb834b37ee96b56fc72949b87139d4b318 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 16 Oct 2007 10:20:59 -0400 Subject: STYLE: Fixed line-too-long. --- Source/cmDependsFortran.cxx | 14 ++++++++------ Source/cmInstallCommand.cxx | 6 ++++-- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/Source/cmDependsFortran.cxx b/Source/cmDependsFortran.cxx index 9a42664..e44255d 100644 --- a/Source/cmDependsFortran.cxx +++ b/Source/cmDependsFortran.cxx @@ -185,14 +185,16 @@ bool cmDependsFortran::WriteDependencies(const char *src, const char *obj, << "depends on this timestamp file.\n" << "\n" << "If another source in the same directory provides the module\n" - << "this file will be overwritten with a real module timestamp that\n" - << "is updated when the module is rebuilt.\n" + << "this file will be overwritten with a real module timestamp\n" + << "that is updated when the module is rebuilt.\n" << "\n" - << "If no source in the directory provides the module at least the\n" - << "project will build without failing to find the module timestamp.\n" + << "If no source in the directory provides the module at least\n" + << "the project will build without failing to find the module\n" + << "timestamp.\n" << "\n" - << "In the future CMake may be able to locate modules in other directories\n" - << "or outside the project and update this timestamp file as necessary.\n" + << "In the future CMake may be able to locate modules in other\n" + << "directories or outside the project and update this timestamp\n" + << "file as necessary.\n" ; } } diff --git a/Source/cmInstallCommand.cxx b/Source/cmInstallCommand.cxx index 6a645da..78ce89e 100644 --- a/Source/cmInstallCommand.cxx +++ b/Source/cmInstallCommand.cxx @@ -160,14 +160,16 @@ bool cmInstallCommand::HandleScriptMode(std::vector const& args) return false; } this->Makefile->AddInstallGenerator( - new cmInstallScriptGenerator(script.c_str(), false, component.c_str())); + new cmInstallScriptGenerator(script.c_str(), false, + component.c_str())); } else if(doing_code) { doing_code = false; std::string code = args[i]; this->Makefile->AddInstallGenerator( - new cmInstallScriptGenerator(code.c_str(), true, component.c_str())); + new cmInstallScriptGenerator(code.c_str(), true, + component.c_str())); } } -- cgit v0.12