Browse Source

cmExportTryCompileFileGenerator: Add newline between methods.

Stephen Kelly 10 years ago
parent
commit
4ab7d407a5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/cmExportTryCompileFileGenerator.cxx

+ 1 - 0
Source/cmExportTryCompileFileGenerator.cxx

@@ -116,6 +116,7 @@ cmExportTryCompileFileGenerator::PopulateProperties(cmTarget const* target,
       }
     }
 }
+
 std::string
 cmExportTryCompileFileGenerator::InstallNameDir(cmTarget* target,
                                                 const std::string& config)