remove whitespace change

This commit is contained in:
rimathia 2020-11-12 18:19:43 +01:00
parent 0f5155bcde
commit 960f5bdb82

View File

@ -638,7 +638,6 @@ void iterator_buffer<OutputIt, T, Traits>::flush() {
out_ = copy_str<T>(data_, data_ + this->limit(this->size()), out_); out_ = copy_str<T>(data_, data_ + this->limit(this->size()), out_);
this->clear(); this->clear();
} }
} // namespace detail } // namespace detail
// The number of characters to store in the basic_memory_buffer object itself // The number of characters to store in the basic_memory_buffer object itself