summaryrefslogtreecommitdiff
path: root/Source/cmTryCompileCommand.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2007-03-05 09:50:53 -0500
committerKen Martin <ken.martin@kitware.com>2007-03-05 09:50:53 -0500
commit1263baec63215fde5fc932b18493afd51e6a0b2d (patch)
treefcf10053096a9e9ae3c973f9ab88ea266cedb882 /Source/cmTryCompileCommand.cxx
parentd4798181a23581a55696f8fabb059696740ceeba (diff)
downloadcmake-1263baec63215fde5fc932b18493afd51e6a0b2d.tar.gz
STYLE: long line
Diffstat (limited to 'Source/cmTryCompileCommand.cxx')
-rw-r--r--Source/cmTryCompileCommand.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmTryCompileCommand.cxx b/Source/cmTryCompileCommand.cxx
index 9109ae04f6..e044d24d44 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);