Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 257db3c1 authored by Jooyung Han's avatar Jooyung Han Committed by Gerrit Code Review
Browse files

Merge "typo: remove semicolon in a wrong position"

parents f75a5aa1 2b050797
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -103,7 +103,7 @@ public:
        return std::shared_ptr<T>(mParcelable, reinterpret_cast<T*>(mParcelable.get()));
        return std::shared_ptr<T>(mParcelable, reinterpret_cast<T*>(mParcelable.get()));
    }
    }


    Stability getStability() const override { return mStability; };
    Stability getStability() const override { return mStability; }


    inline bool operator!=(const ParcelableHolder& rhs) const {
    inline bool operator!=(const ParcelableHolder& rhs) const {
        return std::tie(mParcelable, mParcelPtr, mStability) !=
        return std::tie(mParcelable, mParcelPtr, mStability) !=