summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsFortran.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-10-16 14:20:59 (GMT)
committerBrad King <brad.king@kitware.com>2007-10-16 14:20:59 (GMT)
commit1de1f4bb834b37ee96b56fc72949b87139d4b318 (patch)
tree0a6bcb76fa920399d713f0630987c9d8250f1a21 /Source/cmDependsFortran.cxx
parentfb4905aa621ee0fbafeffc8bad2d0cfbc963f253 (diff)
downloadCMake-1de1f4bb834b37ee96b56fc72949b87139d4b318.zip
CMake-1de1f4bb834b37ee96b56fc72949b87139d4b318.tar.gz
CMake-1de1f4bb834b37ee96b56fc72949b87139d4b318.tar.bz2
STYLE: Fixed line-too-long.
Diffstat (limited to 'Source/cmDependsFortran.cxx')
-rw-r--r--Source/cmDependsFortran.cxx14
1 files changed, 8 insertions, 6 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"
;
}
}