diff options
| author | Maxime Coste <mawww@kakoune.org> | 2024-06-23 11:03:50 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2024-06-23 11:03:50 +1000 |
| commit | 4a00a6edead9f35ebc5f538cefc35c778e2dbe49 (patch) | |
| tree | 41433eff8374605168ddb13a88de5f12f05ed613 /src/string.hh | |
| parent | 6493ddad421bf5376165af5c0f5ab6fe31d77035 (diff) | |
Fix trailing whitespaces
Diffstat (limited to 'src/string.hh')
| -rw-r--r-- | src/string.hh | 4 |
1 files changed, 2 insertions, 2 deletions
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<char, MemoryDomain::String>; Data() { set_empty(); } - Data(NoCopy, const char* data, size_t size) : u{Long{const_cast<char*>(data), + Data(NoCopy, const char* data, size_t size) : u{Long{const_cast<char*>(data), size, - /*capacity=*/0, + /*capacity=*/0, /*mode=*/Long::active_mask}} {} Data(const char* data, size_t size, size_t capacity); |
