diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-28 12:38:13 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-28 12:44:23 -0700 |
| commit | 8a1e0b144c26dd7e6e29a9b230936169ca595fed (patch) | |
| tree | 5ffbe2bd71424696450b01fa7b2276718b15f8c2 /toolsrc/src/PostBuildLint.cpp | |
| parent | 5d3f6a79b441b6a614debd63c9990170eb772625 (diff) | |
| download | vcpkg-8a1e0b144c26dd7e6e29a9b230936169ca595fed.tar.gz vcpkg-8a1e0b144c26dd7e6e29a9b230936169ca595fed.zip | |
[clang-format] Increase PenaltyReturnTypeOnItsOwnLine
Diffstat (limited to 'toolsrc/src/PostBuildLint.cpp')
| -rw-r--r-- | toolsrc/src/PostBuildLint.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/toolsrc/src/PostBuildLint.cpp b/toolsrc/src/PostBuildLint.cpp index 4d689b624..5e3d4129f 100644 --- a/toolsrc/src/PostBuildLint.cpp +++ b/toolsrc/src/PostBuildLint.cpp @@ -495,11 +495,11 @@ namespace vcpkg::PostBuildLint return LintStatus::ERROR_DETECTED; } - static LintStatus - check_lib_files_are_available_if_dlls_are_available(const std::map<BuildPolicies, OptBool>& policies, - const size_t lib_count, - const size_t dll_count, - const fs::path& lib_dir) + static LintStatus check_lib_files_are_available_if_dlls_are_available( + const std::map<BuildPolicies, OptBool>& policies, + const size_t lib_count, + const size_t dll_count, + const fs::path& lib_dir) { auto it = policies.find(BuildPoliciesC::DLLS_WITHOUT_LIBS); if (it != policies.cend() && it->second == OptBoolC::ENABLED) |
