run clang-format
This commit is contained in:
parent
a0d1ad00fd
commit
4a73690813
@ -633,8 +633,8 @@ template <typename T> class buffer {
|
|||||||
T* begin() FMT_NOEXCEPT { return ptr_; }
|
T* begin() FMT_NOEXCEPT { return ptr_; }
|
||||||
T* end() FMT_NOEXCEPT { return ptr_ + size_; }
|
T* end() FMT_NOEXCEPT { return ptr_ + size_; }
|
||||||
|
|
||||||
const T * begin() const FMT_NOEXCEPT { return ptr_; }
|
const T* begin() const FMT_NOEXCEPT { return ptr_; }
|
||||||
const T * end() const FMT_NOEXCEPT { return ptr_ + size_; }
|
const T* end() const FMT_NOEXCEPT { return ptr_ + size_; }
|
||||||
|
|
||||||
/** Returns the size of this buffer. */
|
/** Returns the size of this buffer. */
|
||||||
std::size_t size() const FMT_NOEXCEPT { return size_; }
|
std::size_t size() const FMT_NOEXCEPT { return size_; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user