From f28799408462457e88a03a2d31ed1c83b35596af Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 7 Oct 2016 03:22:14 -0700 Subject: [PATCH] Fix formatting --- doc/api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api.rst b/doc/api.rst index ba847ae3..53376188 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -90,8 +90,8 @@ custom argument formatter class:: // A custom argument formatter that formats negative integers as unsigned // with the ``x`` format specifier. class CustomArgFormatter : - public fmt::BasicArgFormatter { - public: + public fmt::BasicArgFormatter { + public: CustomArgFormatter(fmt::BasicFormatter &f, fmt::FormatSpec &s, const char *fmt) : fmt::BasicArgFormatter(f, s, fmt) {}