Apply clang-format

This commit is contained in:
Marius Kittler 2022-06-28 16:08:45 +02:00
parent 9f17cdd3eb
commit 2656ead556
1 changed files with 1 additions and 2 deletions

View File

@ -408,8 +408,7 @@ public:
/*! /*!
* \brief The eiter_t struct is the end iterator. * \brief The eiter_t struct is the end iterator.
*/ */
struct eiter_t { struct eiter_t {};
};
//! Store the object as immediate member of iter_t (as opposed to using an std::unique_ptr or std::shared_ptr) //! Store the object as immediate member of iter_t (as opposed to using an std::unique_ptr or std::shared_ptr)
template <typename> struct DirectStorage { template <typename> struct DirectStorage {