Kaynağa Gözat

STYLE: long line

Ken Martin 18 yıl önce
ebeveyn
işleme
1263baec63
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      Source/cmTryCompileCommand.cxx

+ 2 - 1
Source/cmTryCompileCommand.cxx

@@ -204,7 +204,8 @@ int cmTryCompileCommand::CoreTryCompileCode(
         }
         }
       fprintf(fout, ")\n");
       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 )
     if ( platformOptions )
       {
       {
       fprintf(fout, "%s\n", platformOptions);
       fprintf(fout, "%s\n", platformOptions);