Explorar o código

STYLE: long line

Ken Martin %!s(int64=19) %!d(string=hai) anos
pai
achega
1263baec63
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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);