Fix some trailing spaces and a tab that sneaked into the code base

This commit is contained in:
Maxime Coste 2018-04-05 08:52:33 +10:00
parent 6ee68b5b08
commit 71a1893a5e
8 changed files with 11 additions and 11 deletions

View File

@ -191,7 +191,7 @@ public:
const char* data() const { return is_long() ? l.ptr : s.string; }
char* data() { return is_long() ? l.ptr : s.string; }
template<bool copy = true>
template<bool copy = true>
void reserve(size_t new_capacity);
void set_size(size_t size);
void force_size(size_t new_size);