diff options
| author | Nicole Mazzuca <t-nimaz@microsoft.com> | 2019-07-18 16:40:52 -0700 |
|---|---|---|
| committer | Nicole Mazzuca <t-nimaz@microsoft.com> | 2019-07-18 19:03:46 -0700 |
| commit | fddebb75da034752fb267ba121497ba58157bb79 (patch) | |
| tree | 799f42da4546c6b9eb9fd18d187d63ab69826f6b /toolsrc/include | |
| parent | f599f19bad8fd97b60f41063537be2e4ecef3ca7 (diff) | |
| download | vcpkg-fddebb75da034752fb267ba121497ba58157bb79.tar.gz vcpkg-fddebb75da034752fb267ba121497ba58157bb79.zip | |
clang-format all the things
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg/base/strings.h | 4 | ||||
| -rw-r--r-- | toolsrc/include/vcpkg/base/work_queue.h | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/toolsrc/include/vcpkg/base/strings.h b/toolsrc/include/vcpkg/base/strings.h index aa4c4d690..d7de9b0b2 100644 --- a/toolsrc/include/vcpkg/base/strings.h +++ b/toolsrc/include/vcpkg/base/strings.h @@ -186,7 +186,7 @@ namespace vcpkg::Strings bool contains(StringView haystack, StringView needle); // base 32 encoding, since base64 encoding requires lowercase letters, - // which are not distinct from uppercase letters on macOS or Windows filesystems. - // follows RFC 4648 + // which are not distinct from uppercase letters on macOS or Windows filesystems. + // follows RFC 4648 std::string b32_encode(std::uint64_t x) noexcept; } diff --git a/toolsrc/include/vcpkg/base/work_queue.h b/toolsrc/include/vcpkg/base/work_queue.h index 69ca387f3..70142e110 100644 --- a/toolsrc/include/vcpkg/base/work_queue.h +++ b/toolsrc/include/vcpkg/base/work_queue.h @@ -98,8 +98,7 @@ namespace vcpkg if (!running_workers()) { m_cv.notify_one(); - - } + } } // wait for all threads to join |
