- Fixed formatting.

This commit is contained in:
martin-s 2017-10-15 02:13:36 +02:00
parent 9c2fa042ee
commit c6d69fac62
2 changed files with 8 additions and 8 deletions

View File

@ -66,14 +66,14 @@ namespace vcpkg::PostBuildLint
return ret;
}();
const auto tsv = toolset_version.get();
if (tsv && (*tsv) == "v120")
{
return V_NO_120;
}
const auto tsv = toolset_version.get();
if (tsv && (*tsv) == "v120")
{
return V_NO_120;
}
// Default case for all version >= VS 2015.
return V_NO_MSVCRT;
// Default case for all version >= VS 2015.
return V_NO_MSVCRT;
}
static LintStatus check_for_files_in_include_directory(const Files::Filesystem& fs,

View File

@ -448,7 +448,7 @@ namespace vcpkg
vs_dumpbin_exe,
vcvarsall_bat,
{},
major_version == "14" ? V_140 : V_120,
major_version == "14" ? V_140 : V_120,
supported_architectures});
}
}