From 36463cd6dc5d245631212540e604553fc0674f12 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 4 Apr 2018 20:31:49 +0200 Subject: [PATCH] Apply clang-format from LLVM 6 --- generator/clangversionabstraction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/clangversionabstraction.h b/generator/clangversionabstraction.h index 68fafe2..a2d8dd4 100644 --- a/generator/clangversionabstraction.h +++ b/generator/clangversionabstraction.h @@ -40,7 +40,7 @@ template MaybeUnique maybe_unique(std::unique_ptr val) return { val.release() }; } - /*! +/*! * \def REFLECTIVE_RAPIDJSON_MAYBE_UNIQUE * \brief The REFLECTIVE_RAPIDJSON_MAYBE_UNIQUE macro either expands to a std::unique_ptr or a raw pointer depending on the Clang version. */