aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg/base/strings.h4
-rw-r--r--toolsrc/include/vcpkg/base/work_queue.h3
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