Apply clang-format from LLVM 6

This commit is contained in:
Martchus 2018-04-04 20:31:49 +02:00
parent fa6e16b45d
commit 36463cd6dc
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ template <typename T> MaybeUnique<T> maybe_unique(std::unique_ptr<T> 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.
*/