Skip to content

Commit

Permalink
Reformat the sources again.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmn-star committed Feb 10, 2024
1 parent 0efad5e commit 6cb950b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/vcpkg/commands.export.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ namespace vcpkg

if (opts.prefab)
{
Prefab::do_export(export_plan, paths, opts.prefab_options, default_triplet, host_triplet);
Prefab::do_export(export_plan, paths, opts.prefab_options, default_triplet, host_triplet);
}

Checks::exit_success(VCPKG_LINE_INFO);
Expand Down
4 changes: 2 additions & 2 deletions src/vcpkg/export.prefab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ namespace vcpkg::Prefab
const VcpkgPaths& paths,
const Options& prefab_options,
const Triplet& default_triplet,
const Triplet& host_triplet)
const Triplet& host_triplet)
{
auto provider = CMakeVars::make_triplet_cmake_var_provider(paths);

Expand Down Expand Up @@ -379,7 +379,7 @@ namespace vcpkg::Prefab
{
// cross-compiling
// Host-only ports (e.g. vcpkg_cmake) are not to be exported.
if(host_triplet == action.spec.triplet()) continue;
if (host_triplet == action.spec.triplet()) continue;

const std::string name = action.spec.name();
auto dependencies = action.dependencies();
Expand Down

0 comments on commit 6cb950b

Please sign in to comment.