Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal committed Dec 2, 2021
1 parent fdf4252 commit f615160
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions src/vcpkg/binarycaching.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1844,12 +1844,12 @@ ExpectedS<DownloadManagerConfig> vcpkg::parse_download_configuration(const Optio
}

return DownloadManagerConfig{std::move(get_url),
std::vector<std::string>{},
std::move(put_url),
std::move(put_headers),
std::move(s.secrets),
s.block_origin,
s.script};
std::vector<std::string>{},
std::move(put_url),
std::move(put_headers),
std::move(s.secrets),
s.block_origin,
s.script};
}

ExpectedS<std::vector<std::unique_ptr<IBinaryProvider>>> vcpkg::create_binary_providers_from_configs(
Expand Down
4 changes: 2 additions & 2 deletions src/vcpkg/vcpkgpaths.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -579,8 +579,8 @@ namespace vcpkg
}
downloads = filesystem.almost_canonical(downloads, VCPKG_LINE_INFO);

m_pimpl->m_download_manager = DownloadManager{
parse_download_configuration(args.asset_sources_template()).value_or_exit(VCPKG_LINE_INFO)};
m_pimpl->m_download_manager =
DownloadManager{parse_download_configuration(args.asset_sources_template()).value_or_exit(VCPKG_LINE_INFO)};
scripts = process_input_directory(filesystem, root, args.scripts_root_dir.get(), "scripts", VCPKG_LINE_INFO);
prefab = root / "prefab";

Expand Down

0 comments on commit f615160

Please sign in to comment.