From 6c092d5dc4fab4891dfd3ae1ce55242a42273661 Mon Sep 17 00:00:00 2001 From: olivier80 Date: Mon, 6 Feb 2017 08:27:49 +0100 Subject: [PATCH] fix brace position. --- fmt/format.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fmt/format.h b/fmt/format.h index fd8fc657..05de09c8 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -3868,8 +3868,7 @@ void BasicFormatter::format(BasicCStringRef format_str) { template -struct ArgJoin -{ +struct ArgJoin { It first; It last; BasicCStringRef sep;