summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2007-03-05 14:50:53 (GMT)
committerKen Martin <ken.martin@kitware.com>2007-03-05 14:50:53 (GMT)
commit1263baec63215fde5fc932b18493afd51e6a0b2d (patch)
treefcf10053096a9e9ae3c973f9ab88ea266cedb882
parentd4798181a23581a55696f8fabb059696740ceeba (diff)
downloadCMake-1263baec63215fde5fc932b18493afd51e6a0b2d.zip
CMake-1263baec63215fde5fc932b18493afd51e6a0b2d.tar.gz
CMake-1263baec63215fde5fc932b18493afd51e6a0b2d.tar.bz2
STYLE: long line
-rw-r--r--Source/cmTryCompileCommand.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmTryCompileCommand.cxx b/Source/cmTryCompileCommand.cxx
index 9109ae0..e044d24 100644
--- a/Source/cmTryCompileCommand.cxx
+++ b/Source/cmTryCompileCommand.cxx
@@ -204,7 +204,8 @@ int cmTryCompileCommand::CoreTryCompileCode(
}
fprintf(fout, ")\n");
}
- const char* platformOptions = mf->GetDefinition("CMAKE_TRY_COMPILE_PLATFORM_OPTIONS");
+ const char* platformOptions =
+ mf->GetDefinition("CMAKE_TRY_COMPILE_PLATFORM_OPTIONS");
if ( platformOptions )
{
fprintf(fout, "%s\n", platformOptions);