From 19cc6651ddd8a9c2e035c91565450166136e8a99 Mon Sep 17 00:00:00 2001 From: olivier80 Date: Tue, 7 Feb 2017 16:55:30 +0100 Subject: [PATCH] remove extra empty lines. --- fmt/format.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/fmt/format.h b/fmt/format.h index 05de09c8..ea49eef0 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -3866,7 +3866,6 @@ void BasicFormatter::format(BasicCStringRef format_str) { write(writer_, start, s); } - template struct ArgJoin { It first; @@ -3903,7 +3902,6 @@ auto join(const Range& range, const BasicCStringRef& sep) } #endif - template void format_arg(fmt::BasicFormatter &f, const Char *&format_str, const ArgJoin& e) { @@ -3927,10 +3925,6 @@ void format_arg(fmt::BasicFormatter &f, } format_str = end + 1; } - - - - } // namespace fmt #if FMT_USE_USER_DEFINED_LITERALS