aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/vcpkg/sourceparagraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/include/vcpkg/sourceparagraph.h')
-rw-r--r--toolsrc/include/vcpkg/sourceparagraph.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolsrc/include/vcpkg/sourceparagraph.h b/toolsrc/include/vcpkg/sourceparagraph.h
index 9fbd83475..95347770a 100644
--- a/toolsrc/include/vcpkg/sourceparagraph.h
+++ b/toolsrc/include/vcpkg/sourceparagraph.h
@@ -23,8 +23,7 @@ namespace vcpkg
std::vector<std::string> filter_dependencies(const std::vector<Dependency>& deps, const Triplet& t);
std::vector<FeatureSpec> filter_dependencies_to_specs(const std::vector<Dependency>& deps, const Triplet& t);
- std::vector<Features> filter_dependencies_to_features(const std::vector<vcpkg::Dependency>& deps,
- const Triplet& t);
+ std::vector<Features> filter_dependencies_to_features(const std::vector<vcpkg::Dependency>& deps, const Triplet& t);
// zlib[uwp] becomes Dependency{"zlib", "uwp"}
std::vector<Dependency> expand_qualified_dependencies(const std::vector<std::string>& depends);
@@ -71,7 +70,8 @@ namespace vcpkg
};
/// <summary>
- /// Full metadata of a package: core and other features. As well as the location the SourceControlFile was loaded from.
+ /// Full metadata of a package: core and other features. As well as the location the SourceControlFile was loaded
+ /// from.
/// </summary>
struct SourceControlFileLocation
{