Selaa lähdekoodia

STYLE: long line

Ken Martin 18 vuotta sitten
vanhempi
sitoutus
1263baec63
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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);