Browse Source

STYLE: long line

Ken Martin 19 years ago
parent
commit
1263baec63
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Source/cmTryCompileCommand.cxx

+ 2 - 1
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);