From 28fd7fb159eea290a1c689e1bbcae90d7a7abc91 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 24 Feb 2015 08:31:56 -0800 Subject: [PATCH] Fix formatting (-Gangnam- Google style) --- format.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/format.h b/format.h index 03ed6853..c33f8d52 100644 --- a/format.h +++ b/format.h @@ -272,7 +272,7 @@ typedef BasicStringRef WStringRef; A formatting error such as invalid format string. */ class FormatError : public std::runtime_error { -public: + public: explicit FormatError(StringRef message) : std::runtime_error(message.c_str()) {} }; @@ -772,7 +772,7 @@ class MakeValue : public Value { *static_cast(arg)); } -public: + public: MakeValue() {} #define FMT_MAKE_VALUE(Type, field, TYPE) \