From a20c81a0614877c73b57576f47d05471c523130d Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 14 Jul 2016 06:47:07 -0700 Subject: [PATCH] Break a long line (cherry picked from commit 903357c85373dc3fe280f364c9cc18ddf03fd617) --- fmt/format.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fmt/format.h b/fmt/format.h index b658a36d..ac1ce6d9 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -662,8 +662,8 @@ void Buffer::append(const U *begin, const U *end) { namespace internal { -// A memory buffer for trivially copyable/constructible types with the first SIZE -// elements stored in the object itself. +// A memory buffer for trivially copyable/constructible types with the first +// SIZE elements stored in the object itself. template > class MemoryBuffer : private Allocator, public Buffer { private: