Skip to content

Commit

Permalink
Apply clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Martchus committed Jun 28, 2022
1 parent 9f17cdd commit 2656ead
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lmdb-typed.hh
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,7 @@ public:
/*!
* \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)
template <typename> struct DirectStorage {
Expand Down

0 comments on commit 2656ead

Please sign in to comment.