From ab7de3b8757ecea5e44bb28264c576b26138d717 Mon Sep 17 00:00:00 2001 From: Marc Date: Sun, 11 Oct 2020 15:40:10 +0200 Subject: [PATCH] Added Google Style format --- include/fmt/format.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/fmt/format.h b/include/fmt/format.h index 4ea29e57..59bb23a2 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -273,9 +273,9 @@ FMT_END_NAMESPACE #endif #ifdef __cpp_ref_qualifiers - # define FMT_REF_QUALIFIER & +# define FMT_REF_QUALIFIER & #else - # define FMT_REF_QUALIFIER +# define FMT_REF_QUALIFIER #endif FMT_BEGIN_NAMESPACE