From 4a00a6edead9f35ebc5f538cefc35c778e2dbe49 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sun, 23 Jun 2024 11:03:50 +1000 Subject: Fix trailing whitespaces --- src/string.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/string.hh') diff --git a/src/string.hh b/src/string.hh index 01e91b62..0ed1dc75 100644 --- a/src/string.hh +++ b/src/string.hh @@ -169,9 +169,9 @@ public: using Alloc = Allocator; Data() { set_empty(); } - Data(NoCopy, const char* data, size_t size) : u{Long{const_cast(data), + Data(NoCopy, const char* data, size_t size) : u{Long{const_cast(data), size, - /*capacity=*/0, + /*capacity=*/0, /*mode=*/Long::active_mask}} {} Data(const char* data, size_t size, size_t capacity); -- cgit v1.2.3