STYLE: fix line lengths

Alex
This commit is contained in:
Alexander Neundorf
2007-07-26 08:40:51 -04:00
parent 9202d27465
commit 0ea4c7b784
4 changed files with 10 additions and 5 deletions
+2 -1
View File
@@ -313,7 +313,8 @@ void cmTryRunCommand::DoNotRunExecutable(const std::string& runArgs,
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)