fix brace position.

This commit is contained in:
olivier80 2017-02-06 08:27:49 +01:00
parent 74b1f38715
commit 6c092d5dc4

View File

@ -3868,8 +3868,7 @@ void BasicFormatter<Char, AF>::format(BasicCStringRef<Char> format_str) {
template <typename Char, typename It> template <typename Char, typename It>
struct ArgJoin struct ArgJoin {
{
It first; It first;
It last; It last;
BasicCStringRef<Char> sep; BasicCStringRef<Char> sep;