aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-04-28 12:38:13 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-04-28 12:44:23 -0700
commit8a1e0b144c26dd7e6e29a9b230936169ca595fed (patch)
tree5ffbe2bd71424696450b01fa7b2276718b15f8c2 /toolsrc/include
parent5d3f6a79b441b6a614debd63c9990170eb772625 (diff)
downloadvcpkg-8a1e0b144c26dd7e6e29a9b230936169ca595fed.tar.gz
vcpkg-8a1e0b144c26dd7e6e29a9b230936169ca595fed.zip
[clang-format] Increase PenaltyReturnTypeOnItsOwnLine
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/Paragraphs.h4
-rw-r--r--toolsrc/include/VcpkgCmdArguments.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/toolsrc/include/Paragraphs.h b/toolsrc/include/Paragraphs.h
index 504cd5bb8..66f6bd2e4 100644
--- a/toolsrc/include/Paragraphs.h
+++ b/toolsrc/include/Paragraphs.h
@@ -22,6 +22,6 @@ namespace vcpkg::Paragraphs
std::vector<SourceParagraph> load_all_ports(const Files::Filesystem& fs, const fs::path& ports_dir);
- std::map<std::string, VersionT>
- extract_port_names_and_versions(const std::vector<SourceParagraph>& source_paragraphs);
+ std::map<std::string, VersionT> extract_port_names_and_versions(
+ const std::vector<SourceParagraph>& source_paragraphs);
}
diff --git a/toolsrc/include/VcpkgCmdArguments.h b/toolsrc/include/VcpkgCmdArguments.h
index 1738f1411..7cab0f192 100644
--- a/toolsrc/include/VcpkgCmdArguments.h
+++ b/toolsrc/include/VcpkgCmdArguments.h
@@ -20,8 +20,8 @@ namespace vcpkg
std::string command;
std::vector<std::string> command_arguments;
- std::unordered_set<std::string>
- check_and_get_optional_command_arguments(const std::vector<std::string>& valid_options) const;
+ std::unordered_set<std::string> check_and_get_optional_command_arguments(
+ const std::vector<std::string>& valid_options) const;
void check_max_arg_count(const size_t expected_arg_count) const;
void check_max_arg_count(const size_t expected_arg_count, const std::string& example_text) const;