From a0ed6bfe4f0cb6912c3283fe5d5f8655d2b62da1 Mon Sep 17 00:00:00 2001 From: vitaut Date: Wed, 17 Jun 2015 08:07:05 -0700 Subject: [PATCH] Break long line --- format.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/format.h b/format.h index 21e163e1..eed9a8ca 100644 --- a/format.h +++ b/format.h @@ -2007,7 +2007,8 @@ class BasicWriter { return *this; } - BasicWriter &operator<<(typename internal::WCharHelper::Supported value) { + BasicWriter &operator<<( + typename internal::WCharHelper::Supported value) { const char *str = value.c_str(); buffer_.append(str, str + value.size()); return *this;