diff --git a/src/core/Group.h b/src/core/Group.h index eec376ee..57d503a8 100644 --- a/src/core/Group.h +++ b/src/core/Group.h @@ -134,8 +134,8 @@ public: * Note that you need to copy the custom icons manually when inserting the * new group into another database. */ - Group* clone( - Entry::CloneFlags entryFlags = DefaultEntryCloneFlags, CloneFlags groupFlags = DefaultCloneFlags) const; + Group* clone(Entry::CloneFlags entryFlags = DefaultEntryCloneFlags, + CloneFlags groupFlags = DefaultCloneFlags) const; void copyDataFrom(const Group* other); void merge(const Group* other);