From 301f8d6440bab538aa67f7248527a5f2b7b046ab Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 22 Apr 2018 01:27:53 +0300 Subject: [PATCH] Added space before comma --- fmt/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fmt/format.h b/fmt/format.h index b4283853..bcfb7c29 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -3320,7 +3320,7 @@ void BasicWriter::write_double(T value, const Spec &spec) { accessed as a C string with ``out.c_str()``. \endrst */ -template ,std::size_t INLINE_BUFFER_SIZE = internal::INLINE_BUFFER_SIZE> +template , std::size_t INLINE_BUFFER_SIZE = internal::INLINE_BUFFER_SIZE> class BasicMemoryWriter : public BasicWriter { private: internal::MemoryBuffer buffer_;