[cmake-commits] alex committed cmTryRunCommand.cxx 1.34 1.35
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Jul 26 08:40:53 EDT 2007
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv8534/Source
Modified Files:
cmTryRunCommand.cxx
Log Message:
STYLE: fix line lengths
Alex
Index: cmTryRunCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmTryRunCommand.cxx,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- cmTryRunCommand.cxx 23 Jul 2007 17:13:29 -0000 1.34
+++ cmTryRunCommand.cxx 26 Jul 2007 12:40:51 -0000 1.35
@@ -313,7 +313,8 @@
static bool firstTryRun = true;
std::string fileName = this->Makefile->GetHomeOutputDirectory();
fileName += "/TryRunResults.cmake";
- std::ofstream file(fileName.c_str(), firstTryRun?std::ios::out : std::ios::app);
+ std::ofstream file(fileName.c_str(),
+ firstTryRun ? std::ios::out : std::ios::app);
if ( file )
{
if (firstTryRun)
More information about the Cmake-commits
mailing list