[cmake-commits] king committed cmDependsFortran.cxx 1.24 1.25

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Oct 16 10:19:58 EDT 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv1855

Modified Files:
	cmDependsFortran.cxx 
Log Message:
STYLE: Fixed line-too-long.


Index: cmDependsFortran.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmDependsFortran.cxx,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- cmDependsFortran.cxx	12 Oct 2007 13:51:28 -0000	1.24
+++ cmDependsFortran.cxx	16 Oct 2007 14:19:56 -0000	1.25
@@ -185,14 +185,16 @@
           << "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"
           ;
         }
       }



More information about the Cmake-commits mailing list