diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-03-05 14:50:53 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-03-05 14:50:53 (GMT) |
commit | 1263baec63215fde5fc932b18493afd51e6a0b2d (patch) | |
tree | fcf10053096a9e9ae3c973f9ab88ea266cedb882 | |
parent | d4798181a23581a55696f8fabb059696740ceeba (diff) | |
download | CMake-1263baec63215fde5fc932b18493afd51e6a0b2d.zip CMake-1263baec63215fde5fc932b18493afd51e6a0b2d.tar.gz CMake-1263baec63215fde5fc932b18493afd51e6a0b2d.tar.bz2 |
STYLE: long line
-rw-r--r-- | Source/cmTryCompileCommand.cxx | 3 |
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); |