From 346aa3fab8c02fcabe09b2738a392e62e792b99f Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Fri, 28 Apr 2017 12:55:50 -0700 Subject: [clang-format] Cpp11BracedListStyle: true --- toolsrc/src/commands_install.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'toolsrc/src/commands_install.cpp') diff --git a/toolsrc/src/commands_install.cpp b/toolsrc/src/commands_install.cpp index bc77d6a9f..20fdbcdf5 100644 --- a/toolsrc/src/commands_install.cpp +++ b/toolsrc/src/commands_install.cpp @@ -174,9 +174,8 @@ namespace vcpkg::Commands::Install static void print_plan(const std::map>& group_by_plan_type) { - static constexpr std::array order = { InstallPlanType::ALREADY_INSTALLED, - InstallPlanType::BUILD_AND_INSTALL, - InstallPlanType::INSTALL }; + static constexpr std::array order = { + InstallPlanType::ALREADY_INSTALLED, InstallPlanType::BUILD_AND_INSTALL, InstallPlanType::INSTALL}; for (const InstallPlanType plan_type : order) { @@ -277,8 +276,7 @@ namespace vcpkg::Commands::Install for (auto&& spec : specs) Input::check_triplet(spec.triplet(), paths); - const std::unordered_set options = - args.check_and_get_optional_command_arguments({ OPTION_DRY_RUN }); + const std::unordered_set options = args.check_and_get_optional_command_arguments({OPTION_DRY_RUN}); const bool dryRun = options.find(OPTION_DRY_RUN) != options.cend(); // create the plan -- cgit v1.2.3